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)); }