chore: reuse old button color

This commit is contained in:
Nydragon 2025-02-05 20:12:47 +01:00
parent f269a01ec0
commit 51f3bdd7cb
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE

View file

@ -15,6 +15,7 @@ MouseArea {
anchors.centerIn: parent
width: parent.width
height: parent.height
color: Qt.darker(Config.colourMain, 1.1)
Text {
visible: mouse.text?.length > 0