Skip to content

Commit

Permalink
FE: Fix theme colors (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean authored Mar 18, 2024
1 parent ad4ad31 commit 3b4fb20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/theme/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,14 +325,14 @@ const baseTheme = {
export const theme = {
...baseTheme,
logo: {
color: Colors.brand[70],
color: Colors.brand[90],
},
version: {
currentVersion: {
color: Colors.neutral[30],
},
commitLink: {
color: Colors.brand[50],
color: Colors.neutral[80],
},
},
default: {
Expand Down Expand Up @@ -760,7 +760,7 @@ export const darkTheme: ThemeType = {
color: Colors.neutral[50],
},
commitLink: {
color: Colors.brand[30],
color: Colors.neutral[10],
},
},
default: {
Expand Down

0 comments on commit 3b4fb20

Please sign in to comment.