Skip to content

Commit 74802cf

Browse files
samejrclaude
andcommitted
fix(webapp): thicken the contrast mark line to 2px
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 2a1e291 commit 74802cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/webapp/app/components/primitives/Slider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export function Slider({
110110
// keeps the line 1px wide and hangs the borders outside it, so
111111
// they read as a gap in the track rather than eating the line.
112112
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]",
113+
"absolute top-1/2 box-content h-4 w-0.5 -translate-x-1/2 -translate-y-1/2 rounded-full border-x-[3px]",
114114
variation.mark
115115
)}
116116
style={{ left: `calc(${percent}% + ${offset}px)` }}

0 commit comments

Comments
 (0)