From f266480f7d2f05a34aa1af26a14934bd04dcd1e7 Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Sat, 18 Jan 2020 14:12:25 -0300 Subject: [PATCH] Style: All button (transfer page) in white text --- components/Style.qml | 4 ++-- 1 file 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"