We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b3ae8 commit 654978bCopy full SHA for 654978b
frontend/src/theme/theme.ts
@@ -501,7 +501,7 @@ export const theme = {
501
menu: {
502
primary: {
503
backgroundColor: {
504
- normal: hexToRgba(Colors.brand[95], 0),
+ normal: Colors.brand[0],
505
hover: hexToRgba(Colors.brand[95], 0.03),
506
active: hexToRgba(Colors.brand[95], 0.05),
507
},
@@ -985,7 +985,7 @@ export const darkTheme: ThemeType = {
985
986
987
988
- normal: hexToRgba(Colors.brand[0], 0),
+ normal: Colors.brand[90],
989
hover: hexToRgba(Colors.brand[0], 0.05),
990
active: hexToRgba(Colors.brand[0], 0.1),
991
0 commit comments