There was an error while loading. Please reload this page.
1 parent 2a1e291 commit 74802cfCopy full SHA for 74802cf
1 file changed
apps/webapp/app/components/primitives/Slider.tsx
@@ -110,7 +110,7 @@ export function Slider({
110
// keeps the line 1px wide and hangs the borders outside it, so
111
// they read as a gap in the track rather than eating the line.
112
className={cn(
113
- "absolute top-1/2 box-content h-4 w-px -translate-x-1/2 -translate-y-1/2 rounded-full border-x-[3px]",
+ "absolute top-1/2 box-content h-4 w-0.5 -translate-x-1/2 -translate-y-1/2 rounded-full border-x-[3px]",
114
variation.mark
115
)}
116
style={{ left: `calc(${percent}% + ${offset}px)` }}
0 commit comments