Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-23 16:30:33 +02:00
parent 3773f5f8c9
commit 7579f9623b
4 changed files with 6 additions and 10 deletions

View file

@ -747,11 +747,7 @@ private fun LazyListScope.predefinedTokensListItems(state: PredefinedTokensUM) {
.roundedShapeItemDecoration(
currentIndex = index,
lastIndex = state.items.lastIndex,
backgroundColor = if (LocalRedesignEnabled.current) {
TangemTheme.colors2.surface.level1
} else {
TangemTheme.colors.background.primary
},
backgroundColor = TangemTheme.colors.background.primary,
)
.testTag(BuyTokenScreenTestTags.LAZY_LIST_ITEM)
.semantics { lazyListItemPosition = index },