Fixes the placeholder texts for inputboxes in the wallet recovery wizard

This commit is contained in:
Sander Ferdinand
2018-03-27 21:32:39 +02:00
committed by moneromooo-monero
parent 0b7966f625
commit d2d6e3ad66
4 changed files with 29 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ QtObject {
property string inputBoxBackground: "black"
property string inputBoxBackgroundError: "#FFDDDD"
property string inputBoxColor: "white"
property string legacy_placeholderFontColor: "#BABABA"
property string buttonBackgroundColor: "#FA6800"
property string buttonBackgroundColorHover: "#E65E00"