Use a border_radius of 2.0 for slider rails in built-in theme

This commit is contained in:
Héctor Ramón Jiménez 2023-04-12 05:25:27 +02:00
parent c2cc9a835d
commit 6e6804c5c9
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -422,7 +422,7 @@ impl slider::StyleSheet for Theme {
palette.primary.base.color,
),
size: 2.0,
border_radius: 0.0,
border_radius: 2.0,
},
handle: slider::Handle {
color: palette.background.base.color,