fix: add soft border to menu & card
Increase visibility and provide better mental context
This commit is contained in:
@@ -15,6 +15,8 @@ Item {
|
||||
anchors.fill: parent
|
||||
color: Theme.card
|
||||
radius: Theme.radius
|
||||
border.color: Theme.softBorder
|
||||
border.width: 1
|
||||
}
|
||||
|
||||
// This allows direct assignment of children to AppCard
|
||||
|
||||
@@ -12,6 +12,8 @@ Menu {
|
||||
implicitHeight: 40
|
||||
color: Theme.card
|
||||
radius: Theme.radius
|
||||
border.color: Theme.softBorder
|
||||
border.width: 1
|
||||
}
|
||||
|
||||
delegate: MenuItem {
|
||||
|
||||
Reference in New Issue
Block a user