From c9a05a3c454a22760e7c375f3d21b568661357cb Mon Sep 17 00:00:00 2001 From: talksik Date: Fri, 11 Apr 2025 14:09:13 -0700 Subject: [PATCH] fix: use a background of textfield-type controls --- AppWindow.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppWindow.qml b/AppWindow.qml index 675e140..14ca6a2 100644 --- a/AppWindow.qml +++ b/AppWindow.qml @@ -11,7 +11,7 @@ ApplicationWindow { window: Theme.background windowText: Theme.foreground buttonText: Theme.foreground - base: Theme.muted + base: Theme.secondaryBackground brightText: Theme.muted text: Theme.foreground button: Theme.accent