fix(Core.Theme): ensure proper nav bar colors is used

This commit is contained in:
Pascal Precht 2021-05-27 18:58:05 +02:00 committed by Pascal Precht
parent b1fe73baa0
commit 6c84fed783
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ ThemePalette {
}
property QtObject statusAppNavBar: QtObject {
property color backgroundColor: baseColor4
property color backgroundColor: baseColor2
}
property QtObject statusListItem: QtObject {