diff options
Diffstat (limited to '')
| -rw-r--r-- | examples/loading_spinners/src/linear.rs | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/examples/loading_spinners/src/linear.rs b/examples/loading_spinners/src/linear.rs index 497e0834..86469681 100644 --- a/examples/loading_spinners/src/linear.rs +++ b/examples/loading_spinners/src/linear.rs @@ -228,6 +228,7 @@ where                  border_radius: 0.0.into(),                  border_width: 0.0,                  border_color: Color::TRANSPARENT, +                shadow: Default::default(),              },              Background::Color(custom_style.track_color),          ); @@ -244,6 +245,7 @@ where                      border_radius: 0.0.into(),                      border_width: 0.0,                      border_color: Color::TRANSPARENT, +                    shadow: Default::default(),                  },                  Background::Color(custom_style.bar_color),              ), @@ -261,6 +263,7 @@ where                      border_radius: 0.0.into(),                      border_width: 0.0,                      border_color: Color::TRANSPARENT, +                    shadow: Default::default(),                  },                  Background::Color(custom_style.bar_color),              ), | 
