Updated on 2026-08-14

This commit is contained in:
Tangem 2024-04-16 17:43:17 +05:00
parent fe23b8ccc3
commit a7a032b65d
2 changed files with 2 additions and 3 deletions

View file

@ -185,7 +185,7 @@ private fun SendDoneButtons(
exit = slideOutVertically().plus(fadeOut()),
label = "Animate show sent state buttons",
) {
Row(modifier = Modifier.padding(TangemTheme.dimens.spacing12)) {
Row(modifier = Modifier.padding(bottom = TangemTheme.dimens.spacing12)) {
SecondaryButtonIconStart(
text = stringResource(id = R.string.common_explore),
iconResId = R.drawable.ic_web_24,