fix: add soft border to menu & card

Increase visibility and provide better mental context
This commit is contained in:
talksik
2025-04-13 13:19:47 -07:00
parent 09effac82f
commit c0c27e8647
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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
+2
View File
@@ -12,6 +12,8 @@ Menu {
implicitHeight: 40
color: Theme.card
radius: Theme.radius
border.color: Theme.softBorder
border.width: 1
}
delegate: MenuItem {