Skip to content

Commit

Permalink
Fix ModalBottomSheet safe area usage (#1438)
Browse files Browse the repository at this point in the history
Fixes JetBrains/compose-multiplatform#5089


![image](https://github.com/JetBrains/compose-multiplatform-core/assets/1836384/d943aa9d-b85b-4ddd-9f24-4432aa2eb179)

## Release Notes
### Fixes - iOS
- Fix `material3.ModalBottomSheet` safe area usage
  • Loading branch information
MatkovIvan authored Jul 11, 2024
1 parent 1ed9b59 commit d9c3ce5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ internal actual fun ModalBottomSheetDialog(
properties = DialogProperties(
dismissOnBackPress = properties.shouldDismissOnBackPress,
usePlatformDefaultWidth = false,
usePlatformInsets = false,
scrimColor = Color.Transparent,
),
content = content
Expand Down

0 comments on commit d9c3ce5

Please sign in to comment.