From 8ba581a088b3723a7a111c5774c59da15df109ad Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 23 Jun 2017 18:07:48 -0700 Subject: QML UI: use textColor instead of diveListTextColor This color is used for more than just the dive list. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/DiveDetailsView.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mobile-widgets/qml/DiveDetailsView.qml') diff --git a/mobile-widgets/qml/DiveDetailsView.qml b/mobile-widgets/qml/DiveDetailsView.qml index b060df733..95aed5a47 100644 --- a/mobile-widgets/qml/DiveDetailsView.qml +++ b/mobile-widgets/qml/DiveDetailsView.qml @@ -96,21 +96,21 @@ Item { text: dive.date + " " + dive.time width: Math.max(locationText.width * 0.45, paintedWidth) font.pointSize: subsurfaceTheme.smallPointSize - color: subsurfaceTheme.diveListTextColor + color: subsurfaceTheme.textColor } // let's try to show the depth / duration very compact Kirigami.Label { text: dive.depth + ' / ' + dive.duration width: Math.max(Kirigami.Units.gridUnit * 3, paintedWidth) font.pointSize: subsurfaceTheme.smallPointSize - color: subsurfaceTheme.diveListTextColor + color: subsurfaceTheme.textColor } } Kirigami.Label { id: numberText text: "#" + dive.number font.pointSize: subsurfaceTheme.smallPointSize - color: subsurfaceTheme.diveListTextColor + color: subsurfaceTheme.textColor anchors { right: parent.right top: locationText.bottom -- cgit v1.2.3-70-g09d2