aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dialog.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialog.rs b/src/dialog.rs
index 3796948..5794d4c 100644
--- a/src/dialog.rs
+++ b/src/dialog.rs
@@ -521,7 +521,7 @@ impl Catalog for Theme {
}
fn default_container<'a>() -> <Self as container::Catalog>::Class<'a> {
- Box::new(|theme| container::background(theme.palette().background))
+ Box::new(|theme| container::background(theme.seed().background))
}
fn style(&self, class: &<Self as Catalog>::Class<'_>) -> Style {