Skip to content

Commit 654978b

Browse files
authored
FE: UX: Fix header opacity (#505)
1 parent 42b3ae8 commit 654978b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/theme/theme.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ export const theme = {
501501
menu: {
502502
primary: {
503503
backgroundColor: {
504-
normal: hexToRgba(Colors.brand[95], 0),
504+
normal: Colors.brand[0],
505505
hover: hexToRgba(Colors.brand[95], 0.03),
506506
active: hexToRgba(Colors.brand[95], 0.05),
507507
},
@@ -985,7 +985,7 @@ export const darkTheme: ThemeType = {
985985
menu: {
986986
primary: {
987987
backgroundColor: {
988-
normal: hexToRgba(Colors.brand[0], 0),
988+
normal: Colors.brand[90],
989989
hover: hexToRgba(Colors.brand[0], 0.05),
990990
active: hexToRgba(Colors.brand[0], 0.1),
991991
},

0 commit comments

Comments
 (0)