mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Transparent backgrounds for modal bottom sheets
This commit is contained in:
parent
ceff6fea37
commit
89d126734c
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue