Use accent border for popup surfaces

This commit is contained in:
Ryan Hughes
2026-05-19 01:54:08 -04:00
parent d76cf3d0d2
commit 7800937b29
4 changed files with 3 additions and 4 deletions
-1
View File
@@ -324,7 +324,6 @@ Item {
triggerMode: "click"
contentWidth: popup.fittedContentWidth(Style.space(480))
contentHeight: popup.fittedContentHeight(weatherColumn.implicitHeight)
borderColor: Color.notifications.border
Flickable {
id: weatherScroll
+1 -1
View File
@@ -94,7 +94,7 @@ Item {
anchors.bottom: parent.bottom
anchors.bottomMargin: Style.space(67)
color: Color.alpha(Color.background, 0.97)
border.color: Color.foreground
border.color: Color.popups.border
border.width: Math.max(1, Style.space(2))
radius: Style.cornerRadius
opacity: root.opened ? 1 : 0