aboutsummaryrefslogtreecommitdiff
path: root/components/Style.qml
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2018-03-27 21:32:39 +0200
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-29 23:04:04 +0100
commitd2d6e3ad6605ff4fced29384147654002d33fbaa (patch)
tree117b49074745c7e18bb7abd43b243b484d4d4f5d /components/Style.qml
parent0b7966f625207968c99b86efd52dda5b1b0df1ae (diff)
downloadmonzero-gui-d2d6e3ad6605ff4fced29384147654002d33fbaa.tar.gz
monzero-gui-d2d6e3ad6605ff4fced29384147654002d33fbaa.tar.xz
monzero-gui-d2d6e3ad6605ff4fced29384147654002d33fbaa.zip
Fixes the placeholder texts for inputboxes in the wallet recovery wizard
Diffstat (limited to 'components/Style.qml')
-rw-r--r--components/Style.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/Style.qml b/components/Style.qml
index ffe9c194..3b917f97 100644
--- a/components/Style.qml
+++ b/components/Style.qml
@@ -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"