Updated on 2026-08-14
This commit is contained in:
parent
defc168c78
commit
32d37fd571
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ private fun AmountFieldError(
|
|||
exit = fadeOut(),
|
||||
modifier = modifier,
|
||||
) {
|
||||
val errorText = remember(this) { error }
|
||||
val errorText = remember(this, error) { error }
|
||||
val color = if (isError) TangemTheme.colors.text.warning else TangemTheme.colors.text.attention
|
||||
Text(
|
||||
text = errorText.resolveReference(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue