Updated on 2026-08-14

This commit is contained in:
Tangem 2025-08-13 17:54:12 +05:00
parent 2d7f146efc
commit 863af7c546

View file

@ -45,7 +45,7 @@ import kotlinx.collections.immutable.toPersistentList
internal fun SwapChooseTokenNetworkBottomSheet(config: TangemBottomSheetConfig) {
TangemModalBottomSheet<SwapChooseTokenNetworkContentUM>(
config = config,
containerColor = TangemTheme.colors.background.tertiary,
containerColor = TangemTheme.colors.background.primary,
title = {
AnimatedContent(
targetState = config.content is SwapChooseTokenNetworkContentUM.Content,