Skip to content

Commit

Permalink
increase blur
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Aug 17, 2024
1 parent 1977ab0 commit 6ed1843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/boards/GameNotation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function GameNotation({ topBar }: { topBar?: boolean }) {
<Overlay
backgroundOpacity={0.6}
color={colorScheme === "dark" ? "#1a1b1e" : undefined}
blur={3}
blur={8}
zIndex={2}
/>
)}
Expand Down

0 comments on commit 6ed1843

Please sign in to comment.