aboutsummaryrefslogtreecommitdiff
path: root/components/Style.qml
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-04-08 14:35:29 -0400
committerluigi1111 <luigi1111w@gmail.com>2019-04-08 14:35:29 -0400
commitcd65cc12dabbdf49207c07d3a333b209427e9567 (patch)
tree33e9a8c3b8477c8859e60a2086f1833dbe068bc9 /components/Style.qml
parent2f22503c8b54208afbca9fbac8a51f0bfe397339 (diff)
parent1a2675b24669e51ac79324d2889494b95eddef62 (diff)
downloadmonzero-gui-cd65cc12dabbdf49207c07d3a333b209427e9567.tar.gz
monzero-gui-cd65cc12dabbdf49207c07d3a333b209427e9567.tar.xz
monzero-gui-cd65cc12dabbdf49207c07d3a333b209427e9567.zip
Merge pull request #2037
1a2675b async device open and create from device, passphrase (ph4r05)
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 52b49287..cc106239 100644
--- a/components/Style.qml
+++ b/components/Style.qml
@@ -17,6 +17,7 @@ QtObject {
property string defaultFontColor: "white"
property string dimmedFontColor: "#BBBBBB"
property string lightGreyFontColor: "#DFDFDF"
+ property string warningColor: "#963E00"
property string errorColor: "#FA6800"
property string inputBoxBackground: "black"
property string inputBoxBackgroundError: "#FFDDDD"