From 641176011ff6748fb7c770375d958f03d062b1bf Mon Sep 17 00:00:00 2001 From: Nate River <6752679+Nriver@users.noreply.github.com> Date: Wed, 17 Dec 2025 11:25:35 +0800 Subject: [PATCH] Update apps/client/src/stylesheets/theme-dark.css Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- apps/client/src/stylesheets/theme-dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-dark.css b/apps/client/src/stylesheets/theme-dark.css index 3630e6a42..6912533fa 100644 --- a/apps/client/src/stylesheets/theme-dark.css +++ b/apps/client/src/stylesheets/theme-dark.css @@ -117,5 +117,5 @@ body .todo-list input[type="checkbox"]:not(:checked):before { } span.fancytree-active { - color: var(--dark-theme-custom-color); + color: var(--custom-color, var(--active-item-text-color)); }