aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2020-01-24 21:59:47 -0500
committerluigi1111 <luigi1111w@gmail.com>2020-01-24 21:59:47 -0500
commitaa5962519abaa1db3a4a9c8b72d7041d5f5ec748 (patch)
tree1c3d5d92d490250eb37d5cfce7494790c4660232 /components
parent6de8547047d5801181b61cbbc707a44a4ee5e77b (diff)
parentf266480f7d2f05a34aa1af26a14934bd04dcd1e7 (diff)
downloadmonzero-gui-aa5962519abaa1db3a4a9c8b72d7041d5f5ec748.tar.gz
monzero-gui-aa5962519abaa1db3a4a9c8b72d7041d5f5ec748.tar.xz
monzero-gui-aa5962519abaa1db3a4a9c8b72d7041d5f5ec748.zip
Merge pull request #2733
f266480 Style: All button (transfer page) in white text (rating89us)
Diffstat (limited to 'components')
-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"