File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
apps/svelte.dev/src/lib/icons
packages/site-kit/src/lib/components Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 3030 }
3131
3232 button [aria-pressed = ' true' ] {
33- background-image : url (../icons/font-boring -light.svg );
33+ background-image : url (../icons/font-elegant -light.svg );
3434
3535 :global(.dark ) & {
36- background-image : url (../icons/font-boring -dark.svg );
36+ background-image : url (../icons/font-elegant -dark.svg );
3737 }
3838 }
3939
4040 button [aria-pressed = ' false' ] {
41- background-image : url (../icons/font-elegant -light.svg );
41+ background-image : url (../icons/font-boring -light.svg );
4242
4343 :global(.dark ) & {
44- background-image : url (../icons/font-elegant -dark.svg );
44+ background-image : url (../icons/font-boring -dark.svg );
4545 }
4646 }
4747 </style >
Original file line number Diff line number Diff line change 3131
3232<style >
3333 button {
34- background-image : url ($lib/icons/theme-light.svg );
34+ background-image : url ($lib/icons/theme-dark.svg );
35+ background-size : 2rem ;
3536
3637 :global(.dark ) & {
37- background-image : url ($lib/icons/theme-dark .svg );
38+ background-image : url ($lib/icons/theme-light .svg );
3839 }
3940 }
4041 </style >
You can’t perform that action at this time.
0 commit comments