Skip to content

Commit 96419f6

Browse files
committed
Used Spacer instead of Box
1 parent 7234559 commit 96419f6

File tree

1 file changed

+1
-1
lines changed
  • fluentui_drawer/src/main/java/com/microsoft/fluentui/tokenized/bottomsheet

1 file changed

+1
-1
lines changed

fluentui_drawer/src/main/java/com/microsoft/fluentui/tokenized/bottomsheet/BottomSheet.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ fun BottomSheet(
547547
}
548548
} else Modifier.fillMaxSize()), content = {
549549
sheetContent()
550-
Box(
550+
Spacer(
551551
modifier = Modifier
552552
.fillMaxWidth()
553553
.height(

0 commit comments

Comments
 (0)