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

Commit d06ddab9 authored by Helen Qin's avatar Helen Qin Committed by Automerger Merge Worker
Browse files

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

parents a444ec36 67bb5a05
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,