Skip to content

Commit

Permalink
fix(switch): added ms-2 to label
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrinidhiUpadhyaya committed Oct 14, 2024
1 parent d996bc4 commit 8d2a2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/theme/src/components/toggle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const toggle = tv({
startContent: "z-0 absolute start-1.5 text-current",
endContent: "z-0 absolute end-1.5 text-default-600",
thumbIcon: "text-black",
label: "relative text-foreground select-none",
label: "relative text-foreground select-none ms-2",
},
variants: {
color: {
Expand Down

0 comments on commit 8d2a2fb

Please sign in to comment.