Skip to content

Commit

Permalink
fix(theme): WCAG2AA conformance - date has insufficient color contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulFasola committed Mar 25, 2021
1 parent eeefefc commit aa47ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/theme/defaultThemes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const defaultThemes: Record<ThemeLabel | string, ITheme> = {
primary: {
backgroundColor: '#ffffff',
color: '#000000',
rule: 'rgba(0, 0, 0, 0.2)',
rule: 'rgba(0, 0, 0, .55)',
boxShadow: '0 12px 28px rgba(0, 0, 0, 0.1)',
borderColor: 'rgba(0, 0, 0, 0.1)',
hoverColor: '#000000',
Expand Down

0 comments on commit aa47ec1

Please sign in to comment.