More theme tweaks

This commit is contained in:
Gregory Schier
2023-03-08 16:37:20 -08:00
parent 571293a34d
commit 956a2ef5ce
14 changed files with 70 additions and 60 deletions

View File

@@ -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',
)}
/>