Updated on 2026-08-14

This commit is contained in:
Tangem 2026-08-03 20:05:45 +03:00
parent 799d797fb5
commit 50a384f13d
16 changed files with 61 additions and 78 deletions

View file

@ -108,7 +108,7 @@ fun PortfolioSelectRowV2(
modifier = Modifier.padding(end = TangemTheme.dimens2.x3),
name = state.name,
icon = state.icon,
size = AccountIconSize.RedesignedDefault,
size = AccountIconSize.Default,
)
}
} else if (state.imageState != null) {