Skip to content

Commit

Permalink
also make the horizontal menu items green (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwatson authored Jan 8, 2025
1 parent ebf27cd commit b6ce69f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ui/src/routes/__root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,19 @@ const customLightTheme = {
colorLink: cdlBlue600,
},
Menu: {
colorText: cdlGray400,

itemSelectedBg: cdlSlate800,
itemActiveBg: cdlSlate800,
itemBg: cdlSlate800,
colorText: cdlGray400,
itemColor: cdlGray400,
itemSelectedColor: cdlGreen500,

horizontalItemSelectedBg: cdlSlate800,
horizontalItemActiveBg: cdlSlate800,
horizontalItemBg: cdlSlate800,
horizontalItemColor: cdlGray400,
horizontalItemSelectedColor: cdlGreen500,
},
Layout: {
triggerBg: cdlSlate800,
Expand Down

0 comments on commit b6ce69f

Please sign in to comment.