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/progress_bar.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/progress_bar.rs') diff --git a/src/progress_bar.rs b/src/progress_bar.rs index 5e079ff..8e99114 100644 --- a/src/progress_bar.rs +++ b/src/progress_bar.rs @@ -19,6 +19,6 @@ pub fn default(theme: &Theme) -> Style { Style { background: Background::Color(theme.colors().secondary.container), bar: Background::Color(theme.colors().primary.color), - border: border::rounded(400), + border: border::rounded(9999), } } -- cgit v1.2.3