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 6c1f0d4 commit 2ed7167Copy full SHA for 2ed7167
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