Skip to content

Commit 476c3eb

Browse files
committed
fix: bottom sheet preview
1 parent 49949df commit 476c3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/to/bitkit/ui/components/BottomSheet.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ private fun Preview() {
106106
BottomSheetPreview {
107107
Column(
108108
modifier = Modifier
109-
.sheetHeight()
109+
.sheetHeight(isModal = true)
110110
.gradientBackground()
111111
.padding(horizontal = 16.dp)
112112
) {

0 commit comments

Comments
 (0)