Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-30 16:26:26 +01:00
parent d6f6af79e6
commit cea2e10395
4 changed files with 182 additions and 75 deletions

View file

@ -423,7 +423,7 @@ private fun Charts(
) {
BlockCard(
modifier = modifier,
colors = TangemBlockCardColors.copy(containerColor = TangemTheme.colors.background.action),
colors = TangemBlockCardColors.copy(containerColor = TangemTheme.colors.background.primary),
) {
Column(modifier = Modifier.fillMaxWidth()) {
when (marketChart) {