Updated on 2026-08-14
This commit is contained in:
parent
c2a6235483
commit
e8e7358ef5
3 changed files with 19 additions and 10 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue