Skip to content

Commit

Permalink
Merge pull request #20 from grzegorzxpatyk/develop
Browse files Browse the repository at this point in the history
fix themeSwitch styling in dark mode
  • Loading branch information
grzegorzxpatyk committed Oct 23, 2023
2 parents 736315d + 7149637 commit 4e9eb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/themeSwitch.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
</svelte:head>

<div
class="fixed top-4 right-4 p-2 hidden sm:grid grid-cols-2 gap-2 bg-zinc-300 dark:bg-zinc-500 bg-opacity-30 rounded-md print:hidden print:sm:hidden"
class="fixed top-4 right-4 p-2 hidden sm:grid grid-cols-2 gap-2 bg-zinc-300 dark:bg-zinc-500 bg-opacity-30 dark:bg-opacity-30 rounded-md print:hidden print:sm:hidden"
>
<ThemeSwitchButton
variant="light"
Expand Down

0 comments on commit 4e9eb40

Please sign in to comment.