aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2026-03-12 20:23:16 +0100
committerPolesznyák Márk <contact@pml68.dev>2026-03-12 20:23:16 +0100
commitfa2a722207220add7805a169131d8f40fb9dde32 (patch)
tree8dd81b17a0255666781057df60d41154b20d4fcf
parentchore: bump MSRV to match iced's (diff)
downloadiced_dialog-fa2a722207220add7805a169131d8f40fb9dde32.tar.gz
chore: necessary updates for iced-rs/iced@6690731
-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 {