Updated on 2026-08-14
This commit is contained in:
parent
4ff20f3479
commit
0c5ff2eb37
14 changed files with 400 additions and 123 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue