fix: inherit DesignSystem AppWindow->palette

This commit is contained in:
talksik
2025-04-11 12:37:31 -07:00
parent ca5f0044e3
commit a669bb6d87
-12
View File
@@ -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