Skip to content

Commit

Permalink
code consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
B0ney committed Aug 2, 2024
1 parent d8eb1f1 commit 1639e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/src/slider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ pub fn default(theme: &Theme, status: Status) -> Style {
},
handle: Handle {
shape: HandleShape::Circle { radius: 7.0 },
background: Background::Color(color),
background: color.into(),
border_color: Color::TRANSPARENT,
border_width: 0.0,
},
Expand Down

0 comments on commit 1639e37

Please sign in to comment.