Skip to content

Commit df6a9d0

Browse files
abbeyperiniknowler
andauthored
Update app/components/Settings/Toggle.client.vue
Co-authored-by: Nathan Knowler <nathan@knowler.dev>
1 parent ef96b93 commit df6a9d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Settings/Toggle.client.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ label:has(input:hover) .toggle--background {
8585
}
8686
8787
/* Circle that moves */
88-
.toggle--checkbox:checked + .toggle--background:before {
88+
.toggle--checkbox:checked + .toggle--background::before {
8989
transition: transform 200ms ease-in-out;
9090
}
9191

0 commit comments

Comments
 (0)