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>
This commit is contained in:
Dirk Hohndel 2017-06-20 16:21:47 -07:00
parent 7a6f87405a
commit fd5cd5ebf0
3 changed files with 12 additions and 19 deletions

View file

@ -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