Skip to content

Commit

Permalink
Merge pull request #62 from ahmedmahmud/chessboard-ui
Browse files Browse the repository at this point in the history
More subtle checked square color
  • Loading branch information
yichenchong authored Mar 10, 2024
2 parents 0ff1897 + 73307fd commit eac9087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/puzzle-ui/chessboard-wrapped.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const SQUARE_STYLES = {
borderRadius: '50%',
},
CHECKED_SQUARE: {
background: 'radial-gradient(circle, rgba(255,0,0,0.7) 0%, rgba(255,0,0,0.7) 10%, transparent 75%)',
background: 'radial-gradient(circle, rgba(255,0,0,0.4) 0%, rgba(255,0,0,0.4) 30%, transparent 75%)',
borderRadius: '50%'
},
};
Expand Down

0 comments on commit eac9087

Please sign in to comment.