mirror of
https://github.com/langgenius/dify.git
synced 2026-05-26 03:47:42 +08:00
fix: center align slider thumb (#36614)
This commit is contained in:
@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user