Update apps/client/src/stylesheets/theme-dark.css

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Nate River 2025-12-17 11:25:35 +08:00 committed by GitHub
parent 5907b7090e
commit 641176011f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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