8000
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 f6364a2 commit 521b129Copy full SHA for 521b129
site/src/components/Slider/Slider.tsx
@@ -20,7 +20,7 @@ export const Slider = React.forwardRef<
20
)}
21
{...props}
22
>
23
- <SliderPrimitive.Track className="relative h-1.5 w-full grow overflow-hidden rounded-full bg-surface-secondary data-[disabled]:opacity-40">
+ <SliderPrimitive.Track className="relative h-2 w-full grow overflow-hidden rounded-full bg-surface-secondary data-[disabled]:opacity-40">
24
<SliderPrimitive.Range className="absolute h-full bg-content-primary" />
25
</SliderPrimitive.Track>
26
<SliderPrimitive.Thumb
0 commit comments