Updated on 2026-08-14

This commit is contained in:
Tangem 2023-07-17 16:49:24 +03:00
parent 6bb82257c2
commit 05e9c45b7c

View file

@ -77,7 +77,7 @@ internal fun GetBonusView(state: MainScreenState, modifier: Modifier = Modifier)
Text(
text = state.description.subtitle.resolveReference(),
style = TangemTypography.caption,
color = TangemTheme.colors.text.secondary,
color = TangemTheme.colors.text.tertiary,
)
}
}