Updated on 2026-08-14

This commit is contained in:
Tangem 2025-07-31 12:40:48 +05:00
parent 4cac26e628
commit 8f69b1dce3
12 changed files with 157 additions and 35 deletions

View file

@ -49,10 +49,10 @@ fun SendingText(footerText: TextReference, modifier: Modifier = Modifier) {
text = footerText.resolveAnnotatedReference(),
textAlign = TextAlign.Center,
style = TangemTheme.typography.caption2,
color = TangemTheme.colors.text.primary1,
color = TangemTheme.colors.text.tertiary,
modifier = Modifier
.fillMaxWidth()
.padding(12.dp),
.padding(16.dp),
)
}
}