Change default styling of Slider to leverage rounded borders
This commit is contained in:
parent
1e2965d542
commit
ee0dd4c623
1 changed files with 2 additions and 2 deletions
|
|
@ -435,8 +435,8 @@ impl slider::StyleSheet for Theme {
|
|||
palette.primary.base.color,
|
||||
palette.secondary.base.color,
|
||||
),
|
||||
width: 2.0,
|
||||
border_radius: Default::default(),
|
||||
width: 4.0,
|
||||
border_radius: 2.0.into(),
|
||||
},
|
||||
handle: slider::Handle {
|
||||
color: palette.background.base.color,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue