aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/DiveDetailsView.qml
diff options
context:
space:
mode:
authorGravatar Joakim Bygdell <j.bygdell@gmail.com>2017-07-25 19:46:59 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-26 14:13:22 +0900
commite9503cfa3d1740d9fb32aeea21a2e21510d4f4ef (patch)
treeb7cbf41894cf197ca1d74ebd0a73be5b09973e20 /mobile-widgets/qml/DiveDetailsView.qml
parentefc5f4d9ababda3078a696bec8840a5eb173ee3d (diff)
downloadsubsurface-e9503cfa3d1740d9fb32aeea21a2e21510d4f4ef.tar.gz
QML UI: use primaryColor instead of darkerPrimaryColor
In most places we wrongly used the darker primary color instead of the primary color. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
Diffstat (limited to 'mobile-widgets/qml/DiveDetailsView.qml')
-rw-r--r--mobile-widgets/qml/DiveDetailsView.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/mobile-widgets/qml/DiveDetailsView.qml b/mobile-widgets/qml/DiveDetailsView.qml
index b5808259a..59670e618 100644
--- a/mobile-widgets/qml/DiveDetailsView.qml
+++ b/mobile-widgets/qml/DiveDetailsView.qml
@@ -122,7 +122,7 @@ Item {
color: "transparent"
opacity: 0.6
border.width: 1
- border.color: subsurfaceTheme.darkerPrimaryColor
+ border.color: subsurfaceTheme.primaryColor
anchors.fill: parent
}
}
@@ -179,7 +179,7 @@ Item {
}
Rectangle {
- color: subsurfaceTheme.darkerPrimaryColor
+ color: subsurfaceTheme.primaryColor
height: 1
opacity: 0.5
Layout.columnSpan: 3
@@ -232,7 +232,7 @@ Item {
}
Rectangle {
- color: subsurfaceTheme.darkerPrimaryColor
+ color: subsurfaceTheme.primaryColor
height: 1
opacity: 0.5
Layout.columnSpan: 3
@@ -274,7 +274,7 @@ Item {
}
Rectangle {
- color: subsurfaceTheme.darkerPrimaryColor
+ color: subsurfaceTheme.primaryColor
height: 1
opacity: 0.5
Layout.columnSpan: 3