Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mutkuensert committed Mar 29, 2024
1 parent 25cd069 commit 83bfd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fun BasicBottomSheet(
onCloseSheet: () -> Unit,
modifier: Modifier = Modifier,
visible: Boolean,
containerColor: Color = Color.Black.copy(0.4f),
scrimColor: Color = Color.Black.copy(0.4f),
sheetColor: Color = MaterialTheme.colors.surface,
closeSheetThreshold: Dp = 150.dp,
shape: Shape = SheetShape,
Expand Down

0 comments on commit 83bfd9d

Please sign in to comment.