change the sidebar to the normal page background color for contrast reasons

This commit is contained in:
Mathis Brüchert 2021-05-27 18:31:40 +02:00 committed by Bart De Vries
parent 974a078e5f
commit f49ace47e3
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ Kirigami.ApplicationWindow {
isMenu: false
modal: Kirigami.Settings.isMobile
collapsible: !Kirigami.Settings.isMobile
Kirigami.Theme.colorSet: Kirigami.Theme.Window
Kirigami.Theme.inherit: false
header: Kirigami.AbstractApplicationHeader {
visible: !Kirigami.Settings.isMobile
}