summaryrefslogtreecommitdiffstats
path: root/resources/qml/components/MainWindowDialog.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/components/MainWindowDialog.qml')
-rw-r--r--resources/qml/components/MainWindowDialog.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/components/MainWindowDialog.qml b/resources/qml/components/MainWindowDialog.qml
index def4f96b..c5abb564 100644
--- a/resources/qml/components/MainWindowDialog.qml
+++ b/resources/qml/components/MainWindowDialog.qml
@@ -33,7 +33,7 @@ Dialog {
]
background: Rectangle {
- color: Nheko.colors.window
+ color: timelineRoot.palette.window
border.color: Nheko.theme.separator
border.width: 1
radius: Nheko.paddingSmall