Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-23 16:30:33 +02:00
parent 3773f5f8c9
commit 7579f9623b
4 changed files with 6 additions and 10 deletions

View file

@ -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 = {

View file

@ -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(),
)

View file

@ -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(),
)