aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrating89us <45968869+rating89us@users.noreply.github.com>2020-01-18 14:12:25 -0300
committerGitHub <noreply@github.com>2020-01-18 14:12:25 -0300
commitf266480f7d2f05a34aa1af26a14934bd04dcd1e7 (patch)
tree6e5d61ba40d0a0f9af99ade1fa5360078eb27177
parentef2b0cfa4a7327d8e6fd086452890cebe55e3b6f (diff)
downloadmonzero-gui-f266480f7d2f05a34aa1af26a14934bd04dcd1e7.tar.gz
monzero-gui-f266480f7d2f05a34aa1af26a14934bd04dcd1e7.tar.xz
monzero-gui-f266480f7d2f05a34aa1af26a14934bd04dcd1e7.zip
Style: All button (transfer page) in white text
-rw-r--r--components/Style.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/Style.qml b/components/Style.qml
index 43b2de5c..fc840244 100644
--- a/components/Style.qml
+++ b/components/Style.qml
@@ -123,7 +123,7 @@ QtObject {
property string _b_menuButtonImageRightColor: "white"
property string _b_menuButtonImageRightSource: "qrc:///images/right.svg"
property string _b_menuButtonImageDotArrowSource: "qrc:///images/arrow-right-medium-white.png"
- property string _b_inlineButtonTextColor: "black"
+ property string _b_inlineButtonTextColor: "white"
property string _b_inlineButtonBorderColor: "black"
property string _b_appWindowBackgroundColor: "white"
property string _b_appWindowBorderColor: "#313131"
@@ -179,7 +179,7 @@ QtObject {
property string _w_menuButtonImageRightColorActive: "#FA6800"
property string _w_menuButtonImageRightColor: "#808080"
property string _w_menuButtonImageDotArrowSource: "qrc:///images/arrow-right-medium-white.png"
- property string _w_inlineButtonTextColor: "white"
+ property string _w_inlineButtonTextColor: "black"
property string _w_inlineButtonBorderColor: "transparent"
property string _w_appWindowBackgroundColor: "black"
property string _w_appWindowBorderColor: "#dedede"