summaryrefslogtreecommitdiffstats
path: root/examples/toast/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/toast/src')
-rw-r--r--examples/toast/src/main.rs2
1 files changed, 1 insertions, 1 deletions
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()