tooltip flyout border matches module accent color

This commit is contained in:
Damocles 2026-04-13 16:18:31 +02:00
parent 5b901478c7
commit 91657003c0
7 changed files with 9 additions and 1 deletions

View file

@ -6,4 +6,5 @@ QtObject {
property string text: ""
property real itemX: 0
property var screen: null
property color accentColor: "#cdd6f4"
}