Skip to content

Commit e5e90f1

Browse files
committed
take it down a notch
1 parent bb7795b commit e5e90f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/site-kit/src/lib/components/ThemeToggle.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<style>
3333
button {
3434
background-image: url($lib/icons/theme-dark.svg);
35+
background-size: 2rem;
3536
3637
:global(.dark) & {
3738
background-image: url($lib/icons/theme-light.svg);

0 commit comments

Comments
 (0)