From 8a90174e2387e2cb35fa8498c266b2086ef11188 Mon Sep 17 00:00:00 2001 From: Tenessy <65855673+Tenessy@users.noreply.github.com> Date: Sun, 9 Jun 2024 20:31:29 +0200 Subject: [PATCH] fix: dark-light-mode-button-icon-github (#977) --- docs/src/components/github/SignUp.svelte | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/components/github/SignUp.svelte b/docs/src/components/github/SignUp.svelte index 88f1bba..a98a2a9 100644 --- a/docs/src/components/github/SignUp.svelte +++ b/docs/src/components/github/SignUp.svelte @@ -53,6 +53,11 @@ background-color: #218838; } + a :global(svg) { + --sl-icon-color: initial; + } + + @media (width < 450px) { .github-sign-in { display: none;