Skip to content

Commit 3a827c3

Browse files
authored
fix: remove unnecesary toggle bg (#555)
1 parent af7c4c1 commit 3a827c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/inputs/toggle.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class="inline-flex relative flex-shrink-0 justify-center items-center w-8 h-5 ri
5959
'translate-x-full bg-theme-primary-600': value,
6060
'translate-x-0 bg-theme-secondary-300 dark:bg-theme-secondary-700': !value,
6161
}"
62-
class="inline-block absolute left-0 w-4 h-4 bg-white rounded-full transition duration-200 ease-in-out transform cursor-pointer"
62+
class="inline-block absolute left-0 w-4 h-4 rounded-full transition duration-200 ease-in-out transform cursor-pointer"
6363
></span>
6464
</span>
6565

0 commit comments

Comments
 (0)