mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix effects button in light mode
This commit is contained in:
@@ -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()}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user