A widget to select files better when there are many

This commit is contained in:
Igor Katson 2023-12-17 11:18:17 +00:00
parent ee307c11c5
commit ccc19f9e1a
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
6 changed files with 229 additions and 54 deletions

View file

@ -19,7 +19,7 @@ export const IconButton: React.FC<{
const colorClassName = color ? `text-${color}` : "";
return (
<a
className={`block p-1 text-blue-500 ${colorClassName} ${className}`}
className={`block p-1 text-blue-500 flex items-center justify-center ${colorClassName} ${className}`}
onClick={onClickStopPropagation}
href="#"
{...otherProps}