diff --git a/ui/views/App/Settings/SettingsWindow.qml b/ui/views/App/Settings/SettingsWindow.qml index 2198267f8..da83b9c65 100644 --- a/ui/views/App/Settings/SettingsWindow.qml +++ b/ui/views/App/Settings/SettingsWindow.qml @@ -31,7 +31,7 @@ ApplicationWindow { Rectangle { anchors.fill: parent - color: 'SettingsWindowStyle.color' + color: SettingsWindowStyle.color } ColumnLayout {