From 2ae09261b568270698869f87d1d4ea94a0fcfcd8 Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Wed, 4 Feb 2026 18:39:03 +0100 Subject: [PATCH] text color fix --- Modules/Polkit/Polkit.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Modules/Polkit/Polkit.qml b/Modules/Polkit/Polkit.qml index c807435..3f34ef5 100644 --- a/Modules/Polkit/Polkit.qml +++ b/Modules/Polkit/Polkit.qml @@ -150,7 +150,8 @@ Scope { selectByMouse: true onAccepted: okButton.clicked() - placeholderTextColor: polkitAgent.flow?.failed ? DynamicColors.palette.m3onError : DynamicColors.palette.m3onSurfaceVariant + color: DynamicColors.palette.m3onSurfaceVariant + placeholderTextColor: polkitAgent.flow?.failed ? DynamicColors.palette.m3onError : DynamicColors.tPalette.m3onSurfaceVariant Layout.preferredWidth: contentColumn.implicitWidth Layout.preferredHeight: 40