Updated on 2026-08-14
This commit is contained in:
parent
d6f6af79e6
commit
cea2e10395
4 changed files with 182 additions and 75 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue