mirror of
https://github.com/langgenius/dify.git
synced 2026-06-07 16:32:01 +08:00
fix: center align slider thumb (#36614)
This commit is contained in:
parent
345ba80942
commit
ecfee2f072
@ -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}>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user