Updated on 2026-08-14
This commit is contained in:
parent
c1ad1e43ce
commit
68fbe17731
18 changed files with 968 additions and 29 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue