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 <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-03-20 12:20:43 -07:00
parent f4f15039ac
commit 98ef01b2e4
6 changed files with 5 additions and 21 deletions

View file

@ -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") : ""