diff options
Diffstat (limited to 'modules/controlcenter/WindowFactory.qml')
| -rw-r--r-- | modules/controlcenter/WindowFactory.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/controlcenter/WindowFactory.qml b/modules/controlcenter/WindowFactory.qml index f5c6b73..cc80e72 100644 --- a/modules/controlcenter/WindowFactory.qml +++ b/modules/controlcenter/WindowFactory.qml @@ -25,7 +25,7 @@ Singleton { property alias active: cc.active property alias navExpanded: cc.navExpanded - color: Colours.palette.m3surface + color: Colours.tPalette.m3surface onVisibleChanged: { if (!visible) |