From babb461145cc5fa043c67d012fce966572e6af79 Mon Sep 17 00:00:00 2001 From: Tangem Date: Tue, 19 May 2026 11:52:35 +0300 Subject: [PATCH] Updated on 2026-08-14 --- .../tokendetails/ui/bottomsheet/AddFundsBottomSheetContent.kt | 2 ++ .../tokendetails/ui/bottomsheet/TransferBottomSheetContent.kt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/ui/bottomsheet/AddFundsBottomSheetContent.kt b/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/ui/bottomsheet/AddFundsBottomSheetContent.kt index c33d9e4a3c..6bb230a8cd 100644 --- a/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/ui/bottomsheet/AddFundsBottomSheetContent.kt +++ b/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/ui/bottomsheet/AddFundsBottomSheetContent.kt @@ -49,6 +49,8 @@ internal fun AddFundsBottomSheetContent(state: AddFundsUM, onCloseClick: () -> U shape = TangemButtonShape.Rounded, ) } + + SpacerH(TangemTheme.dimens2.x4) } } diff --git a/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/ui/bottomsheet/TransferBottomSheetContent.kt b/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/ui/bottomsheet/TransferBottomSheetContent.kt index cc699a02df..c784518a3e 100644 --- a/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/ui/bottomsheet/TransferBottomSheetContent.kt +++ b/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/ui/bottomsheet/TransferBottomSheetContent.kt @@ -49,6 +49,8 @@ internal fun TransferBottomSheetContent(state: TransferUM, onCloseClick: () -> U shape = TangemButtonShape.Rounded, ) } + + SpacerH(TangemTheme.dimens2.x4) } }