fix effects button in light mode

This commit is contained in:
Maze Winther 2026-03-02 17:42:11 +01:00
parent fbb00cf9cc
commit 88bf59d6b4
1 changed files with 1 additions and 1 deletions

View File

@ -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()}
>