summaryrefslogtreecommitdiffstats
path: root/widget/src/combo_box.rs
diff options
context:
space:
mode:
Diffstat (limited to 'widget/src/combo_box.rs')
-rw-r--r--widget/src/combo_box.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/widget/src/combo_box.rs b/widget/src/combo_box.rs
index e3862174..665b1da9 100644
--- a/widget/src/combo_box.rs
+++ b/widget/src/combo_box.rs
@@ -299,7 +299,7 @@ impl<'a, T, Message, Theme, Renderer> Widget<Message, Theme, Renderer>
where
T: Display + Clone + 'static,
Message: Clone,
- Theme: container::StyleSheet
+ Theme: container::Style
+ text_input::StyleSheet
+ scrollable::StyleSheet
+ menu::StyleSheet,
@@ -719,7 +719,7 @@ impl<'a, T, Message, Theme, Renderer>
where
T: Display + Clone + 'static,
Message: Clone + 'a,
- Theme: container::StyleSheet
+ Theme: container::Style
+ text_input::StyleSheet
+ scrollable::StyleSheet
+ menu::StyleSheet