Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit 83bfd9d

Browse files
committed
Update readme
1 parent 25cd069 commit 83bfd9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ fun BasicBottomSheet(
5858
onCloseSheet: () -> Unit,
5959
modifier: Modifier = Modifier,
6060
visible: Boolean,
61-
containerColor: Color = Color.Black.copy(0.4f),
61+
scrimColor: Color = Color.Black.copy(0.4f),
6262
sheetColor: Color = MaterialTheme.colors.surface,
6363
closeSheetThreshold: Dp = 150.dp,
6464
shape: Shape = SheetShape,

0 commit comments

Comments
 (0)