Rename container::box_ to rounded_box
This commit is contained in:
parent
0a65fd0d74
commit
34faedd32b
8 changed files with 9 additions and 9 deletions
|
|
@ -275,7 +275,7 @@ fn application<'a>() -> Element<'a, Message> {
|
|||
.width(200)
|
||||
.align_items(Alignment::Center),
|
||||
)
|
||||
.style(container::box_)
|
||||
.style(container::rounded_box)
|
||||
.height(Length::Fill)
|
||||
.center_y();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue