diff options
Diffstat (limited to 'widget')
-rw-r--r-- | widget/src/container.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widget/src/container.rs b/widget/src/container.rs index 81b9a29e..d606b0aa 100644 --- a/widget/src/container.rs +++ b/widget/src/container.rs @@ -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 { |