Skip to content

Commit

Permalink
grey color bg and text
Browse files Browse the repository at this point in the history
  • Loading branch information
MSghais committed Jul 17, 2024
1 parent 4f3a627 commit dd45a2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions JoyboyCommunity/src/styles/Colors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ export const DarkTheme = {
...CommonColors,

primary: '#EC796B',
primaryLight: '#fef2f1',
primaryLight: 'rgba(236,185,107, 0.1)',

secondary: '#0C0C4F',
secondaryLight: '#e7e7ed',
secondaryLight: 'rgba(12,12,79, 0.1)',

background: '#000',
surface: '#000',
background: '#272727',
surface: '#242424',
elevated: '#FFFFFF',
overlay: 'rgba(0, 0, 0, 0.5)',
shadow: 'rgba(13, 13, 29, 0.2)',
Expand Down

0 comments on commit dd45a2e

Please sign in to comment.