Merge "[CredManUi] Apply surface1 to the whole bottom sheet." into udc-dev
This commit is contained in:
@@ -39,7 +39,9 @@ fun ModalBottomSheet(
|
||||
skipHalfExpanded = true
|
||||
)
|
||||
ModalBottomSheetLayout(
|
||||
sheetBackgroundColor = MaterialTheme.colorScheme.surface,
|
||||
sheetBackgroundColor = MaterialTheme.colorScheme.surfaceColorAtElevation(
|
||||
ElevationTokens.Level1
|
||||
),
|
||||
modifier = Modifier.background(Color.Transparent),
|
||||
sheetState = state,
|
||||
sheetContent = sheetContent,
|
||||
|
||||
Reference in New Issue
Block a user