From 51d8b13a81524bbde547ef1e8b5dcaf4ac2b5eda Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Tue, 3 Feb 2026 01:19:47 +0200 Subject: [PATCH] style/tree: tweak the color of tree item icons for the dark color scheme --- apps/client/src/stylesheets/theme-next-dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next-dark.css b/apps/client/src/stylesheets/theme-next-dark.css index e5c79afaf0..f8fb305726 100644 --- a/apps/client/src/stylesheets/theme-next-dark.css +++ b/apps/client/src/stylesheets/theme-next-dark.css @@ -134,7 +134,7 @@ --left-pane-collapsed-border-color: #0009; --left-pane-background-color: #1f1f1f; --left-pane-text-color: #aaaaaa; - --left-pane-icon-color: currentColor; + --left-pane-icon-color: #c5c5c5; --left-pane-item-hover-background: #ffffff0d; --left-pane-item-selected-background: #ffffff25; --left-pane-item-selected-color: #dfdfdf;