Skip to content

Commit

Permalink
make badge color darker
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Nov 10, 2023
1 parent 9443e88 commit 70570e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/boards/BoardPlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ function AnnotationHint({
"square.last-move": {
background: theme.fn.rgba(
theme.colors[color][
theme.colorScheme === "dark" ? 5 : 3
theme.colorScheme === "dark" ? 8 : 6
],
0.4
),
Expand Down

0 comments on commit 70570e7

Please sign in to comment.