Skip to content

Commit 8a90174

Browse files
authored
fix: dark-light-mode-button-icon-github (tomalaforge#977)
1 parent 9bef9db commit 8a90174

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/src/components/github/SignUp.svelte

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
background-color: #218838;
5454
}
5555
56+
a :global(svg) {
57+
--sl-icon-color: initial;
58+
}
59+
60+
5661
@media (width < 450px) {
5762
.github-sign-in {
5863
display: none;

0 commit comments

Comments
 (0)