Updated on 2026-08-14

This commit is contained in:
Tangem 2023-11-10 17:06:12 +08:00
parent c2a6235483
commit e8e7358ef5
3 changed files with 19 additions and 10 deletions

View file

@ -109,10 +109,7 @@ private inline fun RowScope.ButtonContentContainer(
progressIndicator()
} else {
Column {
Row(
modifier = Modifier.fillMaxWidth(),
horizontalArrangement = Arrangement.Center,
) {
Row(horizontalArrangement = Arrangement.Center) {
if (buttonIcon is TangemButtonIconPosition.Start) {
icon(buttonIcon.iconResId)
Spacer(modifier = Modifier.requiredWidth(iconPadding))