From a669bb6d87236bda0c7e57576e61fbcfc5eaae14 Mon Sep 17 00:00:00 2001 From: talksik Date: Fri, 11 Apr 2025 12:37:31 -0700 Subject: [PATCH] fix: inherit DesignSystem AppWindow->palette --- gallery/Main.qml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/gallery/Main.qml b/gallery/Main.qml index 00cce2e..65ff0e9 100644 --- a/gallery/Main.qml +++ b/gallery/Main.qml @@ -12,18 +12,6 @@ AppWindow { visible: true title: qsTr("flowy - gallery") - palette { - accent: Theme.accent - dark: Theme.foreground - window: Theme.background - windowText: Theme.foreground - base: Theme.muted - brightText: Theme.muted - text: Theme.foreground - button: Theme.accent - buttonText: "#FFFFFF" - } - ColumnLayout { anchors.left: parent.left anchors.right: parent.right