diff options
Diffstat (limited to 'style/src/theme.rs')
-rw-r--r-- | style/src/theme.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/style/src/theme.rs b/style/src/theme.rs index 4a8ee749..4fef8554 100644 --- a/style/src/theme.rs +++ b/style/src/theme.rs @@ -433,9 +433,10 @@ impl slider::StyleSheet for Theme { rail: slider::Rail { colors: ( palette.primary.base.color, - palette.primary.base.color, + palette.secondary.base.color, ), width: 2.0, + border_radius: Default::default(), }, handle: slider::Handle { color: palette.background.base.color, |