fix effects button in light mode
This commit is contained in:
parent
fbb00cf9cc
commit
88bf59d6b4
|
|
@ -650,7 +650,7 @@ function EffectsButton({
|
|||
<Button
|
||||
variant="text"
|
||||
size="icon"
|
||||
className={cn("rounded-sm !size-5 bg-background/50", className)}
|
||||
className={cn("rounded-sm !size-5 bg-black/50 text-white", className)}
|
||||
onClick={handleClick}
|
||||
onMouseDown={(event) => event.stopPropagation()}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue