aboutsummaryrefslogtreecommitdiff
path: root/components/Style.qml
diff options
context:
space:
mode:
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 bf0a5084..f57dcfe4 100644
--- a/components/Style.qml
+++ b/components/Style.qml
@@ -12,6 +12,7 @@ QtObject {
property string defaultFontColor: "white"
property string dimmedFontColor: "#BBBBBB"
+ property string errorColor: "#FA6800"
property string inputBoxBackground: "black"
property string inputBoxBackgroundError: "#FFDDDD"
property string inputBoxColor: "white"