diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-01-24 21:59:47 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-01-24 21:59:47 -0500 |
| commit | aa5962519abaa1db3a4a9c8b72d7041d5f5ec748 (patch) | |
| tree | 1c3d5d92d490250eb37d5cfce7494790c4660232 | |
| parent | 6de8547047d5801181b61cbbc707a44a4ee5e77b (diff) | |
| parent | f266480f7d2f05a34aa1af26a14934bd04dcd1e7 (diff) | |
| download | monzero-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)
| -rw-r--r-- | components/Style.qml | 4 |
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" |
