chore: fix colors
This commit is contained in:
@@ -78,7 +78,7 @@ const ToolbarButton = ({ active, ...props }: { active?: boolean } & ComponentPro
|
|||||||
return (
|
return (
|
||||||
<button
|
<button
|
||||||
className={classNames(
|
className={classNames(
|
||||||
'flex rounded-lg p-3 hover:bg-contrast hover:text-text disabled:cursor-not-allowed',
|
'flex rounded-lg p-3 hover:bg-default hover:text-text disabled:cursor-not-allowed',
|
||||||
active && 'bg-info text-info-contrast',
|
active && 'bg-info text-info-contrast',
|
||||||
)}
|
)}
|
||||||
{...props}
|
{...props}
|
||||||
|
|||||||
Reference in New Issue
Block a user