Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-14 19:25:38 +01:00
parent 8fe9bb6d1c
commit 3c6699674b
2 changed files with 2 additions and 2 deletions

View file

@ -409,7 +409,7 @@ private inline fun BaseScaffoldWithMarkets(
}
CompositionLocalProvider(
LocalMainBottomSheetColor provides remember { mutableStateOf(background) },
LocalMainBottomSheetColor provides remember(background) { mutableStateOf(background) },
) {
val backgroundColor = LocalMainBottomSheetColor.current
var isSearchFieldFocused by remember { mutableStateOf(false) }