Fix custom button background color

This commit is contained in:
Sam Becker 2023-11-10 12:51:13 -06:00
parent 611579c886
commit bfb4c6e103

View File

@ -30,7 +30,7 @@ export default function IconButton({
className={cc(
'inline-flex items-center justify-center',
'p-0 border-none shadow-none',
'active:bg-transparent bg-transparent',
'active:bg-transparent bg-transparent dark:bg-transparent',
'translate-x-[-1px]',
onClick !== undefined && 'cursor-pointer',
'active:opacity-50',