summaryrefslogtreecommitdiffstats
path: root/style/src/container.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Extend border radius on relevant widgetsLibravatar Casper Storm2023-05-231-3/+3
* Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez2022-11-101-1/+7
* Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez2022-11-091-2/+2
* Implement theme styling for `Container`Libravatar Héctor Ramón Jiménez2022-06-071-33/+6
* 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 `Container`Libravatar Héctor Ramón Jiménez2021-10-311-2/+11
* Wire up `container` styling to `iced_native`Libravatar Héctor Ramón Jiménez2021-10-181-11/+2
* Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez2020-11-231-6/+6
* Implement `Default` for `container::Style`Libravatar Héctor Ramón Jiménez2020-01-051-0/+12
* Add border styling to `Container`Libravatar Héctor Ramón Jiménez2020-01-051-0/+4
* Draft basic styling for `TextInput`Libravatar Héctor Ramón Jiménez2020-01-011-4/+6
* Move styling to a brand new `iced_style` crateLibravatar Héctor Ramón Jiménez2020-01-011-0/+41