diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-06-20 16:21:47 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-06-20 16:21:47 -0700 |
commit | fd5cd5ebf06d76216557463e6a42c5681b748ba1 (patch) | |
tree | a096dc98f3f6dfd327283051352a3ab6b670184c /mobile-widgets/qml/DiveDetailsView.qml | |
parent | 7a6f87405ab2695022248d01cb9df3f11338177b (diff) | |
download | subsurface-fd5cd5ebf06d76216557463e6a42c5681b748ba1.tar.gz |
QML UI: DiveList: playing with different colors
Make the accent color much lighter, don't have a solid bar on the left
for dives that are part of a trip.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/DiveDetailsView.qml')
-rw-r--r-- | mobile-widgets/qml/DiveDetailsView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/DiveDetailsView.qml b/mobile-widgets/qml/DiveDetailsView.qml index ffa7f5c47..2847fb831 100644 --- a/mobile-widgets/qml/DiveDetailsView.qml +++ b/mobile-widgets/qml/DiveDetailsView.qml @@ -70,7 +70,7 @@ Item { Kirigami.Label { id: buttonText text: qsTr("Map it") - color: subsurfaceTheme.darkBackgroundColor + color: subsurfaceTheme.accentTextColor anchors { horizontalCenter: parent.horizontalCenter verticalCenter: parent.verticalCenter |