From 34faedd32bda2a3d626c22dae180f9e253182139 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Fri, 8 Mar 2024 18:57:44 +0100 Subject: Rename `container::box_` to `rounded_box` --- examples/toast/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/toast/src/main.rs') diff --git a/examples/toast/src/main.rs b/examples/toast/src/main.rs index 49626710..5a07da3e 100644 --- a/examples/toast/src/main.rs +++ b/examples/toast/src/main.rs @@ -271,7 +271,7 @@ mod toast { container(text(toast.body.as_str())) .width(Length::Fill) .padding(5) - .style(container::box_), + .style(container::rounded_box), ]) .max_width(200) .into() -- cgit