Remove default styling of Button

- A background will only show if explicitly set.
- `iced_wgpu` won't apply a `min_width` of 100 units anymore.
This commit is contained in:
Héctor Ramón Jiménez 2019-11-13 07:34:07 +01:00
parent 6857829dc3
commit 2337029602
3 changed files with 32 additions and 22 deletions

View file

@ -671,6 +671,7 @@ fn button<'a, Message>(
)
.padding(12)
.border_radius(12)
.min_width(100)
}
fn primary_button<'a, Message>(