Skip to content

Commit

Permalink
changed checkmarks to gray
Browse files Browse the repository at this point in the history
  • Loading branch information
varCepheid committed Sep 26, 2024
1 parent ce845c6 commit f3d59a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/match-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ const blueStyle = css`
const checkmarkStyle = css`
align-self: center;
grid-row: span 2;
filter: opacity(60%);
`

export const MatchDetailsCard = memo(
Expand Down

0 comments on commit f3d59a7

Please sign in to comment.