Change text selection color for input dialogs

This commit is contained in:
Sander Ferdinand 2018-08-05 13:16:27 +02:00
parent 666203bd0e
commit 2671cd926c
2 changed files with 4 additions and 0 deletions

View file

@ -103,6 +103,8 @@ Item {
leftPadding: 10
topPadding: 10
color: MoneroComponents.Style.defaultFontColor
selectionColor: MoneroComponents.Style.dimmedFontColor
selectedTextColor: MoneroComponents.Style.defaultFontColor
background: Rectangle {
radius: 2

View file

@ -108,6 +108,8 @@ Item {
leftPadding: 10
topPadding: 10
color: MoneroComponents.Style.defaultFontColor
selectionColor: MoneroComponents.Style.dimmedFontColor
selectedTextColor: MoneroComponents.Style.defaultFontColor
background: Rectangle {
radius: 2