diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index e2355461046e3..6fdcb22605de9 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -1230,7 +1230,7 @@ impl CompletionsMenu { let color_swatch = completion .color() - .map(|color| div().size_4().bg(color).rounded(px(2.))); + .map(|color| div().size_4().bg(color).rounded_sm()); div().min_w(px(220.)).max_w(px(540.)).child( ListItem::new(mat.candidate_id)