Updated on 2026-08-14

This commit is contained in:
Tangem 2023-02-28 12:12:09 +03:00
parent 81203441bd
commit b232211f7d

View file

@ -9,7 +9,6 @@ import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.Row
import androidx.compose.foundation.layout.RowScope
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.height
import androidx.compose.foundation.layout.heightIn
import androidx.compose.foundation.layout.padding
@ -175,7 +174,7 @@ private fun RowScope.TokensInfo(isLocked: Boolean, balance: UserWalletItem.Balan
Column(
modifier = Modifier.weight(weight = 3f),
verticalArrangement = Arrangement.SpaceAround,
horizontalAlignment = Alignment.End
horizontalAlignment = Alignment.End,
) {
if (isLocked) {
LockedPlaceholder()