A widget to select files better when there are many
This commit is contained in:
parent
ee307c11c5
commit
ccc19f9e1a
6 changed files with 229 additions and 54 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue