style: slider handle color

This commit is contained in:
jialin
2026-01-06 17:21:32 +08:00
parent 2816fedc36
commit d8b3331648
7 changed files with 49 additions and 12 deletions
+11
View File
@@ -89,6 +89,17 @@ const SealSlider: React.FC<SealSliderProps> = (props) => {
style={{ marginBottom: 0, marginTop: 16, marginInline: 0 }}
tooltip={tooltip}
value={value}
styles={{
rail: {
borderRadius: 3
},
track: {
borderRadius: 3
},
tracks: {
borderRadius: 3
}
}}
onChange={handleChange}
></Slider>
</Wrapper>