summaryrefslogtreecommitdiffstats
path: root/widget/src/themer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'widget/src/themer.rs')
-rw-r--r--widget/src/themer.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/widget/src/themer.rs b/widget/src/themer.rs
index a7eabd2c..f4597458 100644
--- a/widget/src/themer.rs
+++ b/widget/src/themer.rs
@@ -155,9 +155,9 @@ where
if let Some(background) = self.background {
container::draw_background(
renderer,
- &container::Appearance {
+ &container::Style {
background: Some(background(&theme)),
- ..container::Appearance::default()
+ ..container::Style::default()
},
layout.bounds(),
);