text color fix

This commit is contained in:
Zacharias-Brohn
2026-02-04 18:39:03 +01:00
parent 76e008007e
commit 2ae09261b5
+2 -1
View File
@@ -150,7 +150,8 @@ Scope {
selectByMouse: true selectByMouse: true
onAccepted: okButton.clicked() 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.preferredWidth: contentColumn.implicitWidth
Layout.preferredHeight: 40 Layout.preferredHeight: 40