Skip to content

Commit

Permalink
lighten dark primary
Browse files Browse the repository at this point in the history
  • Loading branch information
receptiryaki committed Apr 17, 2020
1 parent f387304 commit a1495ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/theme/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const lightTheme = {
};

const darkTheme: Theme = {
primary: 'rgba(200, 104, 21, 1)',
primary: 'rgba(220, 120, 95, 1)',
text: 'rgba(241, 233, 231, 1)',
textSecondary: 'rgba(241, 233, 231, 0.6)',
background: 'rgba(0, 0, 0, 1)',
Expand Down

0 comments on commit a1495ef

Please sign in to comment.