Skip to content

Commit

Permalink
Fix min color contrast ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
laurakwhit committed Nov 27, 2024
1 parent 4804a2c commit 649c762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/theme/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const variables = {
dark: 'yellow.500',
},
'--color-text-pink': {
light: 'pink.500',
light: 'pink.800',
dark: 'pink.400',
},
'--color-text-brand': {
Expand Down

0 comments on commit 649c762

Please sign in to comment.