Skip to content
Snippets Groups Projects
Commit 7344350e authored by Alexander's avatar Alexander
Browse files

[+] add hovered color to button new payment

parent 55eb0be0
No related branches found
No related tags found
2 merge requests!59Features 2608,!51Features 2608
......@@ -67,7 +67,7 @@ Rectangle {
height: 36 * pt
name: qsTr("New wallet")
fontHeight: 14 * pt
backgroundColor: "#070023"
backgroundColor: hovered ? "#D51F5D" : "#070023"
anchors.right: parent.right
anchors.top: parent.top
anchors.topMargin: 10 * pt
......
......@@ -25,7 +25,7 @@ Button {
anchors.fill: parent
verticalAlignment: Qt.AlignVCenter
horizontalAlignment: Qt.AlignRight
anchors.rightMargin: 20
anchors.rightMargin: 20 * pt
font.family: "Roboto"
font.weight: Font.Normal
color: "#FFFFFF"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment