Fix styling example and regenerate snapshots
This commit is contained in:
parent
0ff616814d
commit
ef13eb58b2
23 changed files with 25 additions and 25 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue