aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/DiveList.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-12-21 13:57:10 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-12-21 13:57:13 -0800
commit052a46b562695527d46b713bc831a11cae10482a (patch)
treee05e90f84b2fc21dc48a3340ed3a5b83d23a8021 /mobile-widgets/qml/DiveList.qml
parent40a0916de87fdb3d7023f830cbbefdf9cfc5b177 (diff)
downloadsubsurface-052a46b562695527d46b713bc831a11cae10482a.tar.gz
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>
Diffstat (limited to 'mobile-widgets/qml/DiveList.qml')
-rw-r--r--mobile-widgets/qml/DiveList.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml
index 74662bce1..138b807e8 100644
--- a/mobile-widgets/qml/DiveList.qml
+++ b/mobile-widgets/qml/DiveList.qml
@@ -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