Reduce default Rail::width of Slider widget
This commit is contained in:
parent
8fe7f9e435
commit
00e7035622
1 changed files with 2 additions and 2 deletions
|
|
@ -580,8 +580,8 @@ pub fn default(theme: &Theme, status: Status) -> Appearance {
|
|||
Appearance {
|
||||
rail: Rail {
|
||||
colors: (color, palette.secondary.base.color),
|
||||
width: 6.0,
|
||||
border_radius: 3.0.into(),
|
||||
width: 4.0,
|
||||
border_radius: 2.0.into(),
|
||||
},
|
||||
handle: Handle {
|
||||
shape: HandleShape::Circle { radius: 7.0 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue