From a60c7bb059f8ec2f84a43ec5501754a89980c604 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Tue, 3 Feb 2026 23:59:14 +0100 Subject: refactor: increase border radius of rounded widgets just in case --- src/slider.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/slider.rs') diff --git a/src/slider.rs b/src/slider.rs index 2146acb..11639f2 100644 --- a/src/slider.rs +++ b/src/slider.rs @@ -27,7 +27,7 @@ pub fn styled(left: Color, right: Color, handle_radius: f32) -> Style { rail: Rail { backgrounds: (left.into(), right.into()), width: 8.0, - border: border::rounded(400), + border: border::rounded(9999), }, handle: Handle { shape: HandleShape::Circle { -- cgit v1.2.3