Skip to content

Commit

Permalink
style: scramble background contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlundberg committed Sep 23, 2024
1 parent 8df8fab commit 92f34d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/timer/ScrambleZone.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export function ScrambleZone() {
backgroundImage ? "opacity-90" : ""
} ${
settings.features.scrambleBackground.status
? "dark:bg-zinc-900 light:bg-neutral-200"
: "bg-transparent"
? "bg-foreground/10"
: "bg-background"
}`}
>
<p data-testid="scramble-text-zone">
Expand Down

0 comments on commit 92f34d9

Please sign in to comment.