From fcb40e03d52cf12e587300c998453f127d96d59a Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Fri, 27 Mar 2026 10:09:30 +0100 Subject: chore: necessary updates for iced-rs/iced@6690731 --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 33134eb..21c04b8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -138,10 +138,10 @@ impl Base for Theme { } } - fn palette(&self) -> Option { + fn seed(&self) -> Option { let colors = self.colors(); - Some(iced_widget::theme::Palette { + Some(iced_widget::theme::palette::Seed { background: colors.surface.color, text: colors.surface.text, primary: colors.primary.color, -- cgit v1.2.3