forked from Public/monero-gui
Transfer: use defaultFontColor for text cursor when address field is blank
This commit is contained in:
@@ -382,7 +382,7 @@ Rectangle {
|
|||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
addressValidation: true
|
addressValidation: true
|
||||||
borderDisabled: true
|
borderDisabled: true
|
||||||
fontColor: error ? MoneroComponents.Style.errorColor : MoneroComponents.Style.defaultFontColor
|
fontColor: error && text != "" ? MoneroComponents.Style.errorColor : MoneroComponents.Style.defaultFontColor
|
||||||
fontFamily: MoneroComponents.Style.fontMonoRegular.name
|
fontFamily: MoneroComponents.Style.fontMonoRegular.name
|
||||||
fontSize: 14
|
fontSize: 14
|
||||||
inputPaddingBottom: 0
|
inputPaddingBottom: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user