diff options
Diffstat (limited to '')
-rw-r--r-- | widget/src/toggler.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widget/src/toggler.rs b/widget/src/toggler.rs index 941159ea..f7fb5d58 100644 --- a/widget/src/toggler.rs +++ b/widget/src/toggler.rs @@ -317,6 +317,7 @@ where border_color: style .background_border .unwrap_or(style.background), + shadow: Default::default(), }, style.background, ); @@ -341,6 +342,7 @@ where border_color: style .foreground_border .unwrap_or(style.foreground), + shadow: Default::default(), }, style.foreground, ); |