uiux(Wallet): ensure send and receive buttons have the right look & feel
Closes #1628
This commit is contained in:
parent
b2636a0807
commit
7fe54a1182
|
@ -37,6 +37,7 @@ Rectangle {
|
|||
anchors.verticalCenter: parent.verticalCenter
|
||||
font.pixelSize: 13
|
||||
font.family: Style.current.fontMedium.name
|
||||
font.weight: Font.Medium
|
||||
color: Style.current.blue
|
||||
}
|
||||
|
||||
|
@ -44,7 +45,7 @@ Rectangle {
|
|||
anchors.fill: parent
|
||||
hoverEnabled: true
|
||||
onEntered: {
|
||||
parent.color = Style.current.border
|
||||
parent.color = Style.current.secondaryBackground
|
||||
}
|
||||
onExited: {
|
||||
parent.color = Style.current.transparent
|
||||
|
|
Loading…
Reference in New Issue