Fix custom button background color
This commit is contained in:
parent
611579c886
commit
bfb4c6e103
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user