Rename container::box_ to rounded_box
This commit is contained in:
parent
0a65fd0d74
commit
34faedd32b
8 changed files with 9 additions and 9 deletions
|
|
@ -590,7 +590,7 @@ pub fn transparent<Theme>(_theme: &Theme, _status: Status) -> Appearance {
|
|||
}
|
||||
|
||||
/// A rounded [`Container`] with a background.
|
||||
pub fn box_(theme: &Theme, _status: Status) -> Appearance {
|
||||
pub fn rounded_box(theme: &Theme, _status: Status) -> Appearance {
|
||||
let palette = theme.extended_palette();
|
||||
|
||||
Appearance {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue