Rename container::box_ to rounded_box

This commit is contained in:
Héctor Ramón Jiménez 2024-03-08 18:57:44 +01:00
parent 0a65fd0d74
commit 34faedd32b
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
8 changed files with 9 additions and 9 deletions

View file

@ -286,7 +286,7 @@ fn action<'a, Message: Clone + 'a>(
label,
tooltip::Position::FollowCursor,
)
.style(container::box_)
.style(container::rounded_box)
.into()
} else {
action.style(button::secondary).into()