Skip to content

Commit

Permalink
fix: [ANDROAPP-6744] center content in new bottomsheet column
Browse files Browse the repository at this point in the history
  • Loading branch information
xavimolloy committed Jan 13, 2025
1 parent 26f5e43 commit 49b7fc3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ fun BottomSheetShell(
Column(
Modifier
.then(scrollColumnShadow),
horizontalAlignment = Alignment.CenterHorizontally,
) {
Column(
modifier = Modifier
Expand Down

0 comments on commit 49b7fc3

Please sign in to comment.