Updated on 2026-08-14
This commit is contained in:
parent
799d797fb5
commit
50a384f13d
16 changed files with 61 additions and 78 deletions
|
|
@ -535,9 +535,9 @@ private fun AccountRow(
|
|||
AccountRowComposables(
|
||||
icon = { iconModifier ->
|
||||
val iconSize = if (isExpandedState) {
|
||||
AccountIconSize.RedesignExtraSmall
|
||||
AccountIconSize.ExtraSmall
|
||||
} else {
|
||||
AccountIconSize.RedesignedDefault
|
||||
AccountIconSize.Default
|
||||
}
|
||||
val sizedIcon = when (val icon = tokenRowUM.headIconUM) {
|
||||
is TangemIconUM.Currency -> icon.copy(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue