aboutsummaryrefslogtreecommitdiff
path: root/src/progress_bar.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/progress_bar.rs')
-rw-r--r--src/progress_bar.rs2
1 files changed, 1 insertions, 1 deletions
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),
}
}