Match Omarchy menu border to Walker

This commit is contained in:
Ryan Hughes
2026-05-14 02:25:05 -04:00
parent 0e135bbb75
commit e54648dfd5
@@ -657,8 +657,8 @@ Item {
radius: root.cornerRadius
anchors.centerIn: parent
color: root.background
border.color: root.withAlpha(root.border, 0.36)
border.width: 1
border.color: root.border
border.width: 2
MouseArea { anchors.fill: parent; onClicked: {} }