text color fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user