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>
This commit is contained in:
Joakim Bygdell 2017-07-25 19:46:59 +02:00 committed by Dirk Hohndel
parent efc5f4d9ab
commit e9503cfa3d
2 changed files with 10 additions and 9 deletions

View file

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