mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-18 23:09:47 +02:00
More theme tweaks
This commit is contained in:
@@ -21,7 +21,7 @@ export const IconButton = forwardRef<HTMLButtonElement, Props>(function IconButt
|
||||
spin={spin}
|
||||
className={classnames(
|
||||
iconClassName,
|
||||
'text-gray-700 group-hover:text-gray-900',
|
||||
'text-gray-700 group-hover:text-gray-1000',
|
||||
props.disabled && 'opacity-70',
|
||||
)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user