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
|
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
|
||||||
|
|
Loading…
Reference in New Issue