Updated on 2026-08-14
This commit is contained in:
parent
5dd22fc686
commit
3adc1feccf
14 changed files with 234 additions and 53 deletions
|
|
@ -246,7 +246,7 @@ private fun PersonalCodeCard(code: String) {
|
|||
.fillMaxWidth()
|
||||
.padding(vertical = TangemTheme.dimens.spacing12),
|
||||
horizontalAlignment = Alignment.CenterHorizontally,
|
||||
verticalArrangement = Arrangement.spacedBy(TangemTheme.dimens.spacing4),
|
||||
verticalArrangement = Arrangement.spacedBy(TangemTheme.dimens.spacing8),
|
||||
) {
|
||||
Text(
|
||||
text = stringResource(id = R.string.referral_promo_code_title),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue