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