summaryrefslogtreecommitdiffstats
path: root/style/src/theme.rs
diff options
context:
space:
mode:
Diffstat (limited to 'style/src/theme.rs')
-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,