From 00c6cf80cb9c4587700078a062a6b32873b6f8ff Mon Sep 17 00:00:00 2001 From: pml68 Date: Thu, 26 Jun 2025 12:16:52 +0200 Subject: feat: extract `material_theme` into separate repo (`pml68/iced_material`) --- src/dialog.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dialog.rs') diff --git a/src/dialog.rs b/src/dialog.rs index 68bbd6e..d5fdc14 100644 --- a/src/dialog.rs +++ b/src/dialog.rs @@ -91,7 +91,7 @@ impl Dialog { pub fn as_iced_dialog<'a>( &'a self, base: impl Into>, - ) -> iced_dialog::Dialog<'a, Message, material_theme::Theme> { + ) -> iced_dialog::Dialog<'a, Message, iced_material::Theme> { iced_dialog::Dialog::with_buttons( self.is_open, base, -- cgit v1.2.3