This commit is contained in:
griffi-gh 2024-02-26 23:49:53 +01:00
parent 8759f0169c
commit c726120f82

View file

@ -51,7 +51,7 @@ fn main() {
.add_child(ui);
Container::default()
.with_padding((10., 20.))
.with_corner_radius((10., 20., 30., 40.))
.with_corner_radius((10., 20., 50., 10.))
.with_background(color::DARK_RED)
.with_children(|ui| {
Text::default()