We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ee09c commit 68c64eeCopy full SHA for 68c64ee
src/app/styles/components/_buttons.scss
@@ -170,14 +170,13 @@
170
.theme-toggle-icon {
171
width: 16px;
172
height: 16px;
173
- color: var(--text-secondary);
174
transition: color 300ms ease;
175
}
176
177
.theme-toggle.dark .theme-toggle-icon.moon {
178
color: var(--color-primary);
179
180
181
-.theme-toggle.dark .theme-toggle-icon.sun {
182
+.theme-toggle .theme-toggle-icon.sun {
+ color: var(--color-primary);
183
0 commit comments