fix(ui): use correct light theme color for app bar divider

This commit is contained in:
Pascal Precht 2021-04-13 17:24:07 +02:00 committed by Pascal Precht
parent f88241e689
commit a954639cba
3 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Column {
Rectangle {
width: 40
height: 1
color: Style.current.border
color: Style.current.appBarDividerColor
anchors.horizontalCenter: parent.horizontalCenter
}

View File

@ -32,6 +32,7 @@ Theme {
property color tenPercentBlue: Qt.rgba(67, 96, 223, 0.1)
property color background: "#2C2C2C"
property color appBarDividerColor: darkGrey
property color border: darkGrey
property color borderSecondary: tenPercentWhite
property color borderTertiary: blue

View File

@ -32,6 +32,7 @@ Theme {
property color tenPercentBlue: Qt.rgba(67, 96, 223, 0.1)
property color background: white
property color appBarDividerColor: darkGrey
property color border: grey
property color borderSecondary: tenPercentBlack
property color borderTertiary: blue