From b6ce69fefbeeacbff22ad44b8df2bfe7854c699b Mon Sep 17 00:00:00 2001 From: John Watson Date: Tue, 7 Jan 2025 16:51:50 -0800 Subject: [PATCH] also make the horizontal menu items green (#95) --- ui/src/routes/__root.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ui/src/routes/__root.tsx b/ui/src/routes/__root.tsx index 48e5476b..6aa737fe 100644 --- a/ui/src/routes/__root.tsx +++ b/ui/src/routes/__root.tsx @@ -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,