summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-04-12 05:25:27 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-04-12 05:25:27 +0200
commit6e6804c5c9d0dba921f2e25d2c888b136d22d35e (patch)
tree33d7c0e1dd3d1412380cc3f9692ea1fc585a2136
parentc2cc9a835d8281c1d26c861ecac7991a924c3785 (diff)
downloadiced-6e6804c5c9d0dba921f2e25d2c888b136d22d35e.tar.gz
iced-6e6804c5c9d0dba921f2e25d2c888b136d22d35e.tar.bz2
iced-6e6804c5c9d0dba921f2e25d2c888b136d22d35e.zip
Use a `border_radius` of `2.0` for slider rails in built-in theme
-rw-r--r--style/src/theme.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/style/src/theme.rs b/style/src/theme.rs
index 669d9157..2eb825e6 100644
--- a/style/src/theme.rs
+++ b/style/src/theme.rs
@@ -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,