Updated on 2026-08-14

This commit is contained in:
Tangem 2026-04-01 08:16:56 +02:00
parent 4ff20f3479
commit 0c5ff2eb37
14 changed files with 400 additions and 123 deletions

View file

@ -144,7 +144,7 @@ private fun ButtonContent(
) {
Column {
AnimatedVisibility(text != null) {
val wrappedText = remember(this) { text.orEmpty() }
val wrappedText = remember(this, text) { text.orEmpty() }
val textStyle = size.toTextStyle()
Text(
text = wrappedText.resolveReference(),