Updated on 2026-08-14
This commit is contained in:
parent
a6ec3453dd
commit
400ffe7215
2 changed files with 2 additions and 3 deletions
|
|
@ -52,7 +52,7 @@ fun SendingText(footerText: TextReference, modifier: Modifier = Modifier) {
|
|||
color = TangemTheme.colors.text.tertiary,
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
.padding(16.dp),
|
||||
.padding(start = 16.dp, end = 16.dp, bottom = 16.dp),
|
||||
)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue