Skip to content

Commit e705f07

Browse files
committed
chore: reorder styles
1 parent 95978e0 commit e705f07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/src/components/Slider/Slider.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ export const Slider = React.forwardRef<
1414
<SliderPrimitive.Root
1515
ref={ref}
1616
className={cn(
17-
"relative flex w-full touch-none select-none items-center h-1.5",
17+
"relative flex w-full items-center h-1.5",
1818
className,
19+
"touch-none select-none",
1920
)}
2021
{...props}
2122
>

0 commit comments

Comments
 (0)