summaryrefslogtreecommitdiffstats
path: root/pure/src/helpers.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-05-26 23:07:34 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-05-26 23:07:34 +0200
commitcf0230072c01ea9523f4d98a3656f5c975b3f347 (patch)
treeed24c6b90c6e319129e5fe963d50593846aaab72 /pure/src/helpers.rs
parent7f3b7075db68a215f4331b4bfba1c8ddd1c4d7f3 (diff)
downloadiced-cf0230072c01ea9523f4d98a3656f5c975b3f347.tar.gz
iced-cf0230072c01ea9523f4d98a3656f5c975b3f347.tar.bz2
iced-cf0230072c01ea9523f4d98a3656f5c975b3f347.zip
Rename `Variant` to `Style` and `Style` to `Appearance`
Diffstat (limited to 'pure/src/helpers.rs')
-rw-r--r--pure/src/helpers.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/pure/src/helpers.rs b/pure/src/helpers.rs
index 71ae7635..d8741b09 100644
--- a/pure/src/helpers.rs
+++ b/pure/src/helpers.rs
@@ -54,7 +54,6 @@ pub fn button<'a, Message, Renderer>(
where
Renderer: iced_native::Renderer,
Renderer::Theme: widget::button::StyleSheet,
- <Renderer::Theme as widget::button::StyleSheet>::Variant: Default,
{
widget::Button::new(content)
}