From b09dfc2511088211e996b0f22948d01b8c5c95b8 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Wed, 6 Dec 2017 00:53:40 +0100 Subject: [PATCH] Added some Style properties --- components/Style.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/Style.qml b/components/Style.qml index c1bc3938..2cab3cfe 100644 --- a/components/Style.qml +++ b/components/Style.qml @@ -11,4 +11,8 @@ QtObject { property string inputBoxBackground: "black" property string inputBoxBackgroundError: "#FFDDDD" property string inputBoxColor: "white" + property string buttonBackgroundColor: "#FA6800" + property string buttonBackgroundColorDisabled: "#3B3B3B" + property string buttonTextColor: "white" + property string buttonTextColorDisabled: "black" }