From e5c682934668c029ac01700465787e49d772425b Mon Sep 17 00:00:00 2001 From: pml68 Date: Thu, 17 Apr 2025 00:30:18 +0200 Subject: feat(material_theme): implement `combo_box::Catalog` --- crates/material_theme/src/combo_box.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 crates/material_theme/src/combo_box.rs (limited to 'crates/material_theme/src/combo_box.rs') diff --git a/crates/material_theme/src/combo_box.rs b/crates/material_theme/src/combo_box.rs new file mode 100644 index 0000000..3024176 --- /dev/null +++ b/crates/material_theme/src/combo_box.rs @@ -0,0 +1,5 @@ +use iced_widget::combo_box::Catalog; + +use super::Theme; + +impl Catalog for Theme {} -- cgit v1.2.3