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

@ -220,8 +220,8 @@ Kirigami.Page {
actions.main: Kirigami.Action {
icon {
name: state !== "view" ? subsurfaceTheme.iconStyle + "/document-save.svg" :
subsurfaceTheme.iconStyle + "/document-edit.svg"
name: state !== "view" ? ":/icons/document-save.svg" :
":/icons/document-edit.svg"
color: subsurfaceTheme.primaryColor
}
text: state !== "view" ? qsTr("Save edits") : qsTr("Edit dive")