We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7795b commit e5e90f1Copy full SHA for e5e90f1
packages/site-kit/src/lib/components/ThemeToggle.svelte
@@ -32,6 +32,7 @@
32
<style>
33
button {
34
background-image: url($lib/icons/theme-dark.svg);
35
+ background-size: 2rem;
36
37
:global(.dark) & {
38
background-image: url($lib/icons/theme-light.svg);
0 commit comments