fix(Core.Theme): ensure proper nav bar colors is used
This commit is contained in:
parent
b1fe73baa0
commit
6c84fed783
|
@ -125,7 +125,7 @@ ThemePalette {
|
||||||
}
|
}
|
||||||
|
|
||||||
property QtObject statusAppNavBar: QtObject {
|
property QtObject statusAppNavBar: QtObject {
|
||||||
property color backgroundColor: baseColor4
|
property color backgroundColor: baseColor2
|
||||||
}
|
}
|
||||||
|
|
||||||
property QtObject statusListItem: QtObject {
|
property QtObject statusListItem: QtObject {
|
||||||
|
|
Loading…
Reference in New Issue