Skip to content

Commit ee0dd4c

Browse files
committed
Change default styling of Slider to leverage rounded borders
1 parent 1e2965d commit ee0dd4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

style/src/theme.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,8 @@ impl slider::StyleSheet for Theme {
435435
palette.primary.base.color,
436436
palette.secondary.base.color,
437437
),
438-
width: 2.0,
439-
border_radius: Default::default(),
438+
width: 4.0,
439+
border_radius: 2.0.into(),
440440
},
441441
handle: slider::Handle {
442442
color: palette.background.base.color,

0 commit comments

Comments
 (0)