Added some Style properties

pull/2/head
Sander Ferdinand 7 years ago committed by moneromooo-monero
parent 02380fbf1a
commit b09dfc2511

@ -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"
}