-
The skins don't seem to be affecting dark theme, for me. Is that expected, or am I using it wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
welpo
Sep 12, 2024
Replies: 1 comment 8 replies
-
Hello! Last I checked, skins do affect both themes, as long as they are properly defined. Are you using a built-in skin, or a custom one? If the latter, can you share it? If it's a custom one, my guess is it's not following this format for the dark theme variables: :root {
--primary-color: #087e96;
}
[data-theme='dark'] {
--primary-color: #91e0ee;
} |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alright, I can reproduce.
I believe the issue appeared here #357.
Working on a fix~
Thanks for reporting this!