diff --git a/crates/ui/src/menu/popup_menu.rs b/crates/ui/src/menu/popup_menu.rs index 36c52f51..a15423ec 100644 --- a/crates/ui/src/menu/popup_menu.rs +++ b/crates/ui/src/menu/popup_menu.rs @@ -705,7 +705,7 @@ impl PopupMenu { .h(px(1.)) .mx_neg_1() .my_0p5() - .bg(cx.theme().muted), + .bg(cx.theme().border), ), PopupMenuItem::Label(label) => this.disabled(true).cursor_default().child( h_flex()