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"