Transparent backgrounds for modal bottom sheets

This commit is contained in:
Jackson Harper
2024-01-08 13:48:53 +08:00
parent ceff6fea37
commit 89d126734c

View File

@ -198,7 +198,7 @@ fun WebReaderLoadingContainer(onLibraryIconTap: (() -> Unit)? = null,
ModalBottomSheetLayout(
modifier = Modifier
.statusBarsPadding(),
sheetBackgroundColor = MaterialTheme.colors.primary,
sheetBackgroundColor = Color.Transparent,
sheetState = modalBottomSheetState,
sheetContent = {
when (bottomSheetState) {