Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-15 13:23:01 +01:00
parent fef3d9fa5e
commit 9632ea7672

View file

@ -492,7 +492,7 @@ private inline fun BaseScaffoldWithMarkets(
color = if (state.showMarketsOnboarding) {
Color.Black.copy(alpha = .65f)
} else {
BottomSheetDefaults.ScrimColor
Color.Black.copy(alpha = .40f)
},
visible = bottomSheetState.targetValue == TangemSheetValue.Expanded ||
state.showMarketsOnboarding,