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.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/progress_bar.rs b/src/progress_bar.rs
index 9b4e844..5e079ff 100644
--- a/src/progress_bar.rs
+++ b/src/progress_bar.rs
@@ -17,9 +17,7 @@ impl Catalog for Theme {
pub fn default(theme: &Theme) -> Style {
Style {
- background: Background::Color(
- theme.colors().secondary.secondary_container,
- ),
+ background: Background::Color(theme.colors().secondary.container),
bar: Background::Color(theme.colors().primary.color),
border: border::rounded(400),
}