summaryrefslogtreecommitdiffstats
path: root/style/src/button.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce generic lifetime to `Default` implementation for style sheetsLibravatar Héctor Ramón Jiménez2021-11-021-1/+1
* Reintroduce `Box` for `style_sheet` in `Button`Libravatar Héctor Ramón Jiménez2021-10-311-2/+11
* Wire up styling to `Button` in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-181-11/+2
* impl Clone and Copy for all Style types in iced_styleLibravatar Taiki Endo2021-01-291-1/+1
* Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez2020-11-231-6/+6
* Improve default style of `Button`Libravatar Héctor Ramón Jiménez2020-01-221-6/+6
* Draft `styling` exampleLibravatar Héctor Ramón Jiménez2020-01-061-1/+1
* Implement `Default` for `container::Style`Libravatar Héctor Ramón Jiménez2020-01-051-1/+1
* Add border and shadow styling to `Button`Libravatar Héctor Ramón Jiménez2020-01-051-6/+23
* Move styling to a brand new `iced_style` crateLibravatar Héctor Ramón Jiménez2020-01-011-0/+79