fix: center align slider thumb (#36614)

This commit is contained in:
yyh 2026-05-25 15:55:30 +08:00 committed by GitHub
parent 345ba80942
commit ecfee2f072
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -149,7 +149,7 @@ export function Slider({
step={step}
disabled={disabled}
name={name}
thumbAlignment="edge-client-only"
thumbAlignment="center"
className={cn(sliderRootClassName, className)}
>
<SliderControl className={slotClassNames?.control}>