From 360e174ee2d3aa856cf460dd951617e66589082b Mon Sep 17 00:00:00 2001 From: EthanHealy01 Date: Thu, 16 Oct 2025 02:07:41 +0100 Subject: [PATCH] color fix --- frontend/src/styles/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles/theme.css b/frontend/src/styles/theme.css index e15e4e26d..4dbc56529 100644 --- a/frontend/src/styles/theme.css +++ b/frontend/src/styles/theme.css @@ -171,7 +171,7 @@ /* RightRail (light) */ --right-rail-bg: #F5F6F8; /* light background */ - --right-rail-foreground: #CDD4E1; /* panel behind custom tool icons */ + --right-rail-foreground: #E3E4E5; /* panel behind custom tool icons */ --right-rail-icon: #4B5563; /* icon color */ --right-rail-icon-disabled: #CECECE;/* disabled icon */