initialstart: Fix status bar colors

This commit is contained in:
Devin Lin 2023-09-26 23:06:08 -07:00
parent 731f4da780
commit 2f4dce1a08

View file

@ -116,6 +116,9 @@ Kirigami.Page {
id: statusBar
z: 1
Kirigami.Theme.inherit: false
Kirigami.Theme.colorSet: Kirigami.Theme.Complementary
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right