Skip to content

Commit a36bd55

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

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
@@ -113,7 +113,7 @@ label:has(input:hover) .toggle--background {
113113
transform: translate(19px);
114114
}
115115
116-
.toggle--checkbox:checked.rtl + .toggle--background:before {
116+
.toggle--checkbox:checked.rtl + .toggle--background::before {
117117
transform: translate(-19px);
118118
}
119119
</style>

0 commit comments

Comments
 (0)