uiux(Wallet): ensure send and receive buttons have the right look & feel

Closes #1628
This commit is contained in:
Pascal Precht 2021-01-12 12:16:09 +01:00 committed by Iuri Matias
parent b2636a0807
commit 7fe54a1182
1 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@ Rectangle {
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
font.pixelSize: 13 font.pixelSize: 13
font.family: Style.current.fontMedium.name font.family: Style.current.fontMedium.name
font.weight: Font.Medium
color: Style.current.blue color: Style.current.blue
} }
@ -44,7 +45,7 @@ Rectangle {
anchors.fill: parent anchors.fill: parent
hoverEnabled: true hoverEnabled: true
onEntered: { onEntered: {
parent.color = Style.current.border parent.color = Style.current.secondaryBackground
} }
onExited: { onExited: {
parent.color = Style.current.transparent parent.color = Style.current.transparent