summaryrefslogtreecommitdiffstats
path: root/examples/editor
diff options
context:
space:
mode:
Diffstat (limited to 'examples/editor')
-rw-r--r--examples/editor/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/editor/src/main.rs b/examples/editor/src/main.rs
index 60a6ca5a..4c97acb1 100644
--- a/examples/editor/src/main.rs
+++ b/examples/editor/src/main.rs
@@ -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()