Updated on 2026-08-14

This commit is contained in:
Tangem 2025-07-18 18:16:27 +05:00
parent c1ad1e43ce
commit 68fbe17731
18 changed files with 968 additions and 29 deletions

View file

@ -23,12 +23,12 @@ internal fun SendContent(
stackState: ChildStack<CommonSendRoute, ComposableContentComponent>,
) {
Column(
modifier = Modifier.Companion
modifier = Modifier
.background(color = TangemTheme.colors.background.tertiary)
.fillMaxSize()
.imePadding()
.systemBarsPadding(),
horizontalAlignment = Alignment.Companion.CenterHorizontally,
horizontalAlignment = Alignment.CenterHorizontally,
) {
SendAppBar(navigationUM = navigationUM)
Children(