Skip to content

Commit 68c64ee

Browse files
committed
added styling to the sun in light mode in theme toggle
1 parent 94ee09c commit 68c64ee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/app/styles/components/_buttons.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,13 @@
170170
.theme-toggle-icon {
171171
width: 16px;
172172
height: 16px;
173-
color: var(--text-secondary);
174173
transition: color 300ms ease;
175174
}
176175

177176
.theme-toggle.dark .theme-toggle-icon.moon {
178177
color: var(--color-primary);
179178
}
180179

181-
.theme-toggle.dark .theme-toggle-icon.sun {
182-
color: var(--text-secondary);
180+
.theme-toggle .theme-toggle-icon.sun {
181+
color: var(--color-primary);
183182
}

0 commit comments

Comments
 (0)