Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67bb5a05 authored by Helen Qin's avatar Helen Qin Committed by Android (Google) Code Review
Browse files

Merge "[CredManUi] Apply surface1 to the whole bottom sheet." into udc-dev

parents a5e96235 6edc6e0d
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -39,7 +39,9 @@ fun ModalBottomSheet(
        skipHalfExpanded = true
        skipHalfExpanded = true
    )
    )
    ModalBottomSheetLayout(
    ModalBottomSheetLayout(
        sheetBackgroundColor = MaterialTheme.colorScheme.surface,
        sheetBackgroundColor = MaterialTheme.colorScheme.surfaceColorAtElevation(
            ElevationTokens.Level1
        ),
        modifier = Modifier.background(Color.Transparent),
        modifier = Modifier.background(Color.Transparent),
        sheetState = state,
        sheetState = state,
        sheetContent = sheetContent,
        sheetContent = sheetContent,