Updated on 2026-08-14

This commit is contained in:
Tangem 2025-01-10 15:00:50 +05:00
parent 85ca25eb56
commit f60072441d

View file

@ -162,7 +162,7 @@ private fun TextField(model: TextInputFieldUM, modifier: Modifier = Modifier) {
model.error != null -> {
TangemTheme.colors.text.warning
}
model.value.isNotBlank() || model.isFocused -> {
model.isEnabled || model.value.isNotBlank() || model.isFocused -> {
TangemTheme.colors.text.tertiary
}
else -> {