From c1e0324d95baef6f6b0f7e0568f3d2b058f4e56f Mon Sep 17 00:00:00 2001 From: Joakim Bygdell Date: Mon, 17 Jul 2017 22:08:39 +0200 Subject: QML UI: set the color of the action side-buttons This sets the color of the action side-buttons to the same color as the overlay drawer. Signed-off-by: Joakim Bygdell --- mobile-widgets/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets') diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 7c12f845f..e7bfd7a84 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -440,7 +440,7 @@ if you have network connectivity and want to sync your data to cloud storage."), Kirigami.Theme.buttonHoverColor = Qt.binding(function() { return darkerPrimaryColor }) Kirigami.Theme.viewBackgroundColor = Qt.binding(function() { return drawerColor }) Kirigami.Theme.viewTextColor = Qt.binding(function() { return textColor }) - Kirigami.Theme.buttonBackgroundColor = Qt.binding(function() { return darkerPrimaryColor }) + Kirigami.Theme.buttonBackgroundColor = Qt.binding(function() { return drawerColor }) Kirigami.Theme.buttonTextColor = Qt.binding(function() { return textColor }) // this needs to pick the theme from persistent preference settings -- cgit v1.2.3-70-g09d2