Skip to content

Commit

Permalink
Fix(twin-switch): tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Oct 15, 2023
1 parent 8bd074b commit 05b4f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/switch/twin-switch.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const TwinSwitch = ({ values = [], selectedValue, onChange, handleClassName, ...
{...props}
onClick={toggle}
className={twMerge(
"relative flex border border-red-100 rounded-full font-semibold p-1.5 cursor-pointer",
"relative flex border border-red-100 rounded-full font-semibold p-1.5 cursor-pointer tracking-wider",
props.className
)}
>
Expand Down

0 comments on commit 05b4f5d

Please sign in to comment.