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
|
anchors.fill: parent
|
||||||
color: Theme.card
|
color: Theme.card
|
||||||
radius: Theme.radius
|
radius: Theme.radius
|
||||||
|
border.color: Theme.softBorder
|
||||||
|
border.width: 1
|
||||||
}
|
}
|
||||||
|
|
||||||
// This allows direct assignment of children to AppCard
|
// This allows direct assignment of children to AppCard
|
||||||
|
|||||||
@@ -12,6 +12,8 @@ Menu {
|
|||||||
implicitHeight: 40
|
implicitHeight: 40
|
||||||
color: Theme.card
|
color: Theme.card
|
||||||
radius: Theme.radius
|
radius: Theme.radius
|
||||||
|
border.color: Theme.softBorder
|
||||||
|
border.width: 1
|
||||||
}
|
}
|
||||||
|
|
||||||
delegate: MenuItem {
|
delegate: MenuItem {
|
||||||
|
|||||||
Reference in New Issue
Block a user