Updated on 2026-08-14
This commit is contained in:
parent
ce97b0e6b7
commit
7a2430c3d5
6 changed files with 33 additions and 21 deletions
|
|
@ -127,6 +127,7 @@ private fun SendNavigationButton(
|
|||
}
|
||||
}
|
||||
TangemButton(
|
||||
modifier = Modifier.fillMaxWidth(),
|
||||
text = stringResource(buttonTextId),
|
||||
icon = buttonIcon,
|
||||
enabled = isButtonEnabled,
|
||||
|
|
@ -135,8 +136,8 @@ private fun SendNavigationButton(
|
|||
buttonClick()
|
||||
},
|
||||
showProgress = false,
|
||||
modifier = Modifier.fillMaxWidth(),
|
||||
colors = TangemButtonsDefaults.primaryButtonColors,
|
||||
textStyle = TangemTheme.typography.subtitle1,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue