Merge "[CredManUi] Apply surface1 to the whole bottom sheet." into udc-dev am: 67bb5a050b am: d06ddab940
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21688268 Change-Id: I257819cf1152153f15d14b34130c6975b0b7728d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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