Updated on 2026-08-14
This commit is contained in:
parent
85ca25eb56
commit
f60072441d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue