menu: Fix MenuItem Separator to use border color. (#993)

This commit is contained in:
Jason Lee 2025-06-20 15:08:21 +08:00 committed by GitHub
parent b5922f9d92
commit 35623f47d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()