chore: reuse old button color
This commit is contained in:
parent
f269a01ec0
commit
51f3bdd7cb
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ MouseArea {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: parent.height
|
height: parent.height
|
||||||
|
color: Qt.darker(Config.colourMain, 1.1)
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
visible: mouse.text?.length > 0
|
visible: mouse.text?.length > 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue