Skip to content

Commit

Permalink
User colors from neutral to brand.
Browse files Browse the repository at this point in the history
  • Loading branch information
Leshe4ka committed Mar 12, 2024
1 parent ae8bb06 commit a98004f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/theme/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@ export const theme = {
hoverColor: Colors.brand[60],
},
user: {
color: Colors.neutral[70],
hoverColor: Colors.neutral[50],
color: Colors.brand[70],
hoverColor: Colors.brand[50],
},
hr: {
backgroundColor: Colors.neutral[5],
Expand Down Expand Up @@ -770,8 +770,8 @@ export const darkTheme: ThemeType = {
hoverColor: Colors.brand[30],
},
user: {
color: Colors.neutral[20],
hoverColor: Colors.neutral[50],
color: Colors.brand[20],
hoverColor: Colors.brand[50],
},
hr: {
backgroundColor: Colors.neutral[80],
Expand Down

0 comments on commit a98004f

Please sign in to comment.