Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-16 14:23:19 +03:00
parent f7325b9cbc
commit 9424928e3e
13 changed files with 60 additions and 43 deletions

View file

@ -134,6 +134,7 @@ private fun SubtitleRow(walletBalanceUM: WalletBalanceUM, modifier: Modifier = M
).resolveReference(),
style = TangemTheme.typography2.bodyRegular14,
color = TangemTheme.colors2.text.neutral.tertiary,
modifier = Modifier.testTag(MainScreenTestTags.SYNC_PROGRESS_TEXT),
)
CircularProgressIndicator(
modifier = Modifier.size(19.dp),