Updated on 2026-08-14
This commit is contained in:
parent
3773f5f8c9
commit
7579f9623b
4 changed files with 6 additions and 10 deletions
|
|
@ -67,7 +67,7 @@ internal class DefaultCampaignsComponent @AssistedInject constructor(
|
|||
onDismissRequest = model::onDismiss,
|
||||
content = TangemBottomSheetConfigContent.Empty,
|
||||
),
|
||||
containerColor = TangemTheme.colors3.bg.primary,
|
||||
containerColor = TangemTheme.colors3.bg.secondary,
|
||||
type = TangemBottomSheetType.Modal,
|
||||
onBack = model::onDismiss,
|
||||
title = {
|
||||
|
|
|
|||
|
|
@ -92,8 +92,8 @@ private fun SelectedTokenContent(
|
|||
|
||||
Text(
|
||||
text = stringResourceSafe(R.string.promo_campaign_select_cashback_account),
|
||||
style = TangemTheme.typography.subtitle1,
|
||||
color = TangemTheme.colors.text.primary1,
|
||||
style = TangemTheme.typography3.body.medium,
|
||||
color = TangemTheme.colors3.text.primary,
|
||||
modifier = Modifier.fillMaxWidth(),
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -33,8 +33,8 @@ internal fun ActivateCampaignFooter(footerUM: FooterUM, modifier: Modifier = Mod
|
|||
if (terms != null) {
|
||||
Text(
|
||||
text = termsAnnotatedString(terms),
|
||||
style = TangemTheme.typography.caption2,
|
||||
color = TangemTheme.colors.text.secondary,
|
||||
style = TangemTheme.typography3.caption.medium,
|
||||
color = TangemTheme.colors3.text.secondary,
|
||||
textAlign = TextAlign.Center,
|
||||
modifier = Modifier.fillMaxWidth(),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue