mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
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 <j.bygdell@gmail.com>
This commit is contained in:
parent
b9a05e501b
commit
aa5060669c
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue