From 98ef01b2e4c21f15ddf92059fa7fdd77acd883ec Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 20 Mar 2020 12:20:43 -0700 Subject: mobile UI: stop the use of dark icon theme This was used very inconsistently and had more bugs than positive impact. See #2686 Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/TripDetails.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets/qml/TripDetails.qml') diff --git a/mobile-widgets/qml/TripDetails.qml b/mobile-widgets/qml/TripDetails.qml index eca51653d..bbf95cf23 100644 --- a/mobile-widgets/qml/TripDetails.qml +++ b/mobile-widgets/qml/TripDetails.qml @@ -49,7 +49,7 @@ Kirigami.Page { property QtObject saveAction: Kirigami.Action { icon { - name: subsurfaceTheme.iconStyle + "/document-save.svg" + name: ":/icons/document-save.svg" color: enabled ? subsurfaceTheme.primaryColor : subsurfaceTheme.backgroundColor } text: enabled ? qsTr("Save edits") : "" -- cgit v1.2.3-70-g09d2