summaryrefslogtreecommitdiffstats
path: root/examples/scrollable/src/style.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez2020-11-231-6/+6
|
* Reduce contrast of dark theme in `scrollable` exampleLibravatar Héctor Ramón Jiménez2020-10-241-39/+37
|
* Improve minor details in `scrollable` exampleLibravatar Héctor Ramón Jiménez2020-10-241-0/+192
- Rename `Config` to `Variant` - Include `State` in `Variant` to avoid `zip` - Break long string literal - Split `style` module into its own file