Tiny UI tweaks
This commit is contained in:
parent
55f3b23eed
commit
ee307c11c5
8 changed files with 14 additions and 14 deletions
|
|
@ -19,7 +19,7 @@ export const IconButton: React.FC<{
|
|||
const colorClassName = color ? `text-${color}` : "";
|
||||
return (
|
||||
<a
|
||||
className={`block p-1 ${colorClassName} ${className}`}
|
||||
className={`block p-1 text-blue-500 ${colorClassName} ${className}`}
|
||||
onClick={onClickStopPropagation}
|
||||
href="#"
|
||||
{...otherProps}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue