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 -1
View File
@@ -38,7 +38,7 @@ QtObject {
}
readonly property QtObject popups: QtObject {
property color background: root.pick("popups.background", root.background)
property color border: root.pick("popups.border", root.foreground)
property color border: root.pick("popups.border", root.pick("notifications.border", root.accent))
}
readonly property QtObject notifications: QtObject {
property color background: root.pick("notifications.background", root.background)