aboutsummaryrefslogtreecommitdiff
path: root/components/Style.qml
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2020-04-04 13:22:25 +0000
committerxiphon <xiphon@protonmail.com>2020-04-06 16:59:33 +0000
commit6ed7fcec67109602a6b1dbe390b4274b9467931e (patch)
tree4d983c69547036bc1c883d525ceb5d8e0425e3b7 /components/Style.qml
parentdf54439972b885476ccc13b468b17508493521c7 (diff)
downloadmonzero-gui-6ed7fcec67109602a6b1dbe390b4274b9467931e.tar.gz
monzero-gui-6ed7fcec67109602a6b1dbe390b4274b9467931e.tar.xz
monzero-gui-6ed7fcec67109602a6b1dbe390b4274b9467931e.zip
UpdateDialog: implement update download functionality
Diffstat (limited to 'components/Style.qml')
-rw-r--r--components/Style.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/Style.qml b/components/Style.qml
index fc840244..7b9f31ee 100644
--- a/components/Style.qml
+++ b/components/Style.qml
@@ -43,6 +43,9 @@ QtObject {
property string buttonInlineBackgroundColor: blackTheme ? _b_buttonInlineBackgroundColor : _w_buttonInlineBackgroundColor
property string buttonTextColor: blackTheme ? _b_buttonTextColor : _w_buttonTextColor
property string buttonTextColorDisabled: blackTheme ? _b_buttonTextColorDisabled : _w_buttonTextColorDisabled
+ property string buttonSecondaryBackgroundColor: "#d9d9d9"
+ property string buttonSecondaryBackgroundColorHover: "#a6a6a6"
+ property string buttonSecondaryTextColor: "#4d4d4d"
property string dividerColor: blackTheme ? _b_dividerColor : _w_dividerColor
property real dividerOpacity: blackTheme ? _b_dividerOpacity : _w_dividerOpacity