We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736acde commit 8ec255bCopy full SHA for 8ec255b
libraries/react-shared-libraries/src/form/slider.tsx
@@ -22,7 +22,7 @@ export const Slider: FC<{
22
<div className="w-full h-full relative rounded-[100px]">
23
<div
24
className={clsx(
25
- 'absolute start-0 top-0 w-[24px] h-[24px] bg-customColor5 rounded-full transition-all cursor-pointer',
+ 'absolute left-0 top-0 w-[24px] h-[24px] bg-customColor5 rounded-full transition-all cursor-pointer',
26
value === 'on' ? 'left-[100%] -translate-x-[100%]' : 'left-0'
27
)}
28
/>
0 commit comments