Skip to content

Commit

Permalink
web/SettingsToggle: remove bg transition
Browse files Browse the repository at this point in the history
cuz it was making the light/dark theme transition very awkward
  • Loading branch information
wukko committed Mar 5, 2025
1 parent 0d3044c commit ef7fc87
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions web/src/components/buttons/SettingsToggle.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,7 @@
padding: calc(var(--switcher-padding) * 2) 16px;
border-radius: var(--border-radius);
overflow: scroll;
transition:
background 0.1s,
box-shadow 0.1s;
transition: box-shadow 0.1s;
}
.toggle-container:active {
Expand Down

0 comments on commit ef7fc87

Please sign in to comment.