mirror of
https://github.com/langgenius/dify.git
synced 2026-05-25 10:00:43 -04: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