Fix styling example and regenerate snapshots

This commit is contained in:
Héctor Ramón Jiménez 2025-06-27 17:05:38 +02:00
parent 0ff616814d
commit ef13eb58b2
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
23 changed files with 25 additions and 25 deletions

View file

@ -126,7 +126,7 @@ impl Styling {
let content = column![
choose_theme,
horizontal_rule(38),
horizontal_rule(1),
text_input,
row![primary, success, warning, danger]
.spacing(10)
@ -135,8 +135,8 @@ impl Styling {
progress_bar(),
row![
scrollable,
vertical_rule(38),
column![checkbox, toggler].spacing(20)
row![vertical_rule(1), column![checkbox, toggler].spacing(20)]
.spacing(20)
]
.spacing(10)
.height(100)