Skip to content

Commit b6ce69f

Browse files
authored
also make the horizontal menu items green (#95)
1 parent ebf27cd commit b6ce69f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

ui/src/routes/__root.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,19 @@ const customLightTheme = {
7474
colorLink: cdlBlue600,
7575
},
7676
Menu: {
77+
colorText: cdlGray400,
78+
7779
itemSelectedBg: cdlSlate800,
7880
itemActiveBg: cdlSlate800,
7981
itemBg: cdlSlate800,
80-
colorText: cdlGray400,
8182
itemColor: cdlGray400,
8283
itemSelectedColor: cdlGreen500,
84+
85+
horizontalItemSelectedBg: cdlSlate800,
86+
horizontalItemActiveBg: cdlSlate800,
87+
horizontalItemBg: cdlSlate800,
88+
horizontalItemColor: cdlGray400,
89+
horizontalItemSelectedColor: cdlGreen500,
8390
},
8491
Layout: {
8592
triggerBg: cdlSlate800,

0 commit comments

Comments
 (0)