From aa5060669cc78a3277c63d918acd629478c2abf8 Mon Sep 17 00:00:00 2001 From: Joakim Bygdell Date: Sat, 8 Jul 2017 16:19:53 +0200 Subject: QML UI: Style Dive Details View Change the accent colors in the dive details view to match the theme colors. Signed-off-by: Joakim Bygdell --- mobile-widgets/qml/DiveDetailsView.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mobile-widgets/qml/DiveDetailsView.qml b/mobile-widgets/qml/DiveDetailsView.qml index c8c7e3a55..adea41168 100644 --- a/mobile-widgets/qml/DiveDetailsView.qml +++ b/mobile-widgets/qml/DiveDetailsView.qml @@ -142,7 +142,7 @@ Item { color: "transparent" opacity: 0.6 border.width: 1 - border.color: subsurfaceTheme.darkPrimaryColor + border.color: subsurfaceTheme.darkerPrimaryColor anchors.fill: parent } } @@ -199,7 +199,7 @@ Item { } Rectangle { - color: subsurfaceTheme.darkPrimaryColor + color: subsurfaceTheme.darkerPrimaryColor height: 1 opacity: 0.5 Layout.columnSpan: 3 @@ -252,7 +252,7 @@ Item { } Rectangle { - color: subsurfaceTheme.darkPrimaryColor + color: subsurfaceTheme.darkerPrimaryColor height: 1 opacity: 0.5 Layout.columnSpan: 3 @@ -294,7 +294,7 @@ Item { } Rectangle { - color: subsurfaceTheme.darkPrimaryColor + color: subsurfaceTheme.darkerPrimaryColor height: 1 opacity: 0.5 Layout.columnSpan: 3 -- cgit v1.2.3-70-g09d2