Updated on 2026-08-14
This commit is contained in:
parent
398c3a4fde
commit
090535656c
1 changed files with 4 additions and 1 deletions
|
|
@ -75,7 +75,10 @@ private fun QrCodePage(addressFullName: TextReference, addressValue: String, net
|
|||
modifier = Modifier.fillMaxWidth(),
|
||||
horizontalAlignment = Alignment.CenterHorizontally,
|
||||
) {
|
||||
Column(modifier = Modifier.padding(horizontal = TangemTheme.dimens.size36)) {
|
||||
Column(
|
||||
modifier = Modifier.padding(horizontal = TangemTheme.dimens.size36),
|
||||
horizontalAlignment = Alignment.CenterHorizontally,
|
||||
) {
|
||||
Text(
|
||||
text = stringResourceSafe(
|
||||
R.string.receive_bottom_sheet_warning_message_compact,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue