Updated on 2026-08-14

This commit is contained in:
Tangem 2026-05-19 11:52:35 +03:00
parent 08f011c46e
commit babb461145
2 changed files with 4 additions and 0 deletions

View file

@ -49,6 +49,8 @@ internal fun AddFundsBottomSheetContent(state: AddFundsUM, onCloseClick: () -> U
shape = TangemButtonShape.Rounded,
)
}
SpacerH(TangemTheme.dimens2.x4)
}
}

View file

@ -49,6 +49,8 @@ internal fun TransferBottomSheetContent(state: TransferUM, onCloseClick: () -> U
shape = TangemButtonShape.Rounded,
)
}
SpacerH(TangemTheme.dimens2.x4)
}
}