background

This commit is contained in:
JMARyA 2025-01-20 12:18:27 +01:00
parent ddd2e363c2
commit 01e33afd93
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 363 additions and 13 deletions

View file

@ -38,9 +38,8 @@ impl UIWidget for AppBarWidget {
}
fn render_with_class(&self, _: &str) -> Markup {
Padding(Shadow::medium(Background(
Gray::_800,
Header(
Padding(Shadow::medium(
Background(Header(
Padding(
Flex(
Div()
@ -70,8 +69,9 @@ impl UIWidget for AppBarWidget {
.items_center(),
)
.x(ScreenValue::_6),
),
)))
))
.color(Gray::_800),
))
.y(ScreenValue::_2)
.render()
}