Skip to content

Commit b761c71

Browse files
authored
Update import.css
fix channel-list-toggle-icon-dark mode
1 parent 9db7df2 commit b761c71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: discord/channel-list-toggle/import.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ html {
1414
--channel-list-toggle-icon: var(--channel-list-toggle-icon-light);
1515
}
1616

17-
html[class^="theme-dark"] {
17+
html[class*="theme-dark"] {
1818
--channel-list-toggle-icon: var(--channel-list-toggle-icon-dark);
1919
}
2020

@@ -100,4 +100,4 @@ html[class^="is-mobile"] {
100100
background: unset
101101
}
102102
}
103-
}
103+
}

0 commit comments

Comments
 (0)