Skip to content

Commit

Permalink
feat: made timestamp color contrast AA complient
Browse files Browse the repository at this point in the history
  • Loading branch information
noa.santo committed Jan 9, 2024
1 parent a296d6a commit 9356554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const theme: DefaultTheme = {
defaultDark: '#FFFFFF',
secondary: 'rgba(32,40,64,0.5)',
topline: '#3E61EE',
timestamp: 'rgba(0, 0, 0, 0.5)',
timestamp: 'rgba(0, 0, 0, 0.65)',
errorMessage: '#FF0D35',
header: {
default: '#FFFFFF',
Expand Down

0 comments on commit 9356554

Please sign in to comment.