menu: Fix MenuItem Separator to use border color. (#993)
This commit is contained in:
parent
b5922f9d92
commit
35623f47d7
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue