mobile/UI: again, correct side button colors

I am confused how this worked and then got broken, but this appears to
once again fix the colors.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-12-21 13:57:10 -08:00
parent 40a0916de8
commit 052a46b562
2 changed files with 5 additions and 5 deletions

View file

@ -457,7 +457,7 @@ Kirigami.ScrollablePage {
icon {
name: ":/icons/list-add"
}
color: subsurfaceTheme.primaryTextColor
color: subsurfaceTheme.textColor
text: qsTr("Add dive")
onTriggered: {
startAddDive()
@ -468,7 +468,7 @@ Kirigami.ScrollablePage {
icon {
name: ":icons/ic_filter_list"
}
color: subsurfaceTheme.primaryTextColor
color: subsurfaceTheme.textColor
text: qsTr("Filter dives")
onTriggered: {
rootItem.filterToggle = !rootItem.filterToggle