Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-12 07:42:59 +01:00
parent d31d3f8a9b
commit d4b7aa85e1
18 changed files with 1225 additions and 183 deletions

View file

@ -304,7 +304,7 @@ private inline fun BaseScaffoldWithMarkets(
val peekHeight = bottomSheetHeaderHeightProvider() + TangemTheme.dimens2.x3 + bottomBarHeight
val coroutineScope = rememberCoroutineScope()
val background = TangemTheme.colors2.surface.level3
val background = TangemTheme.colors2.surface.level2
val bottomSheetState = rememberTangemStandardBottomSheetState()
val scaffoldState = rememberTangemBottomSheetScaffoldState(bottomSheetState = bottomSheetState)