From 49b7fc3d1f52a96e1e60e34d0e3b39a734e66a62 Mon Sep 17 00:00:00 2001 From: Xavier Molloy Date: Mon, 13 Jan 2025 12:54:38 +0100 Subject: [PATCH] fix: [ANDROAPP-6744] center content in new bottomsheet column --- .../hisp/dhis/mobile/ui/designsystem/component/BottomSheet.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/designsystem/src/commonMain/kotlin/org/hisp/dhis/mobile/ui/designsystem/component/BottomSheet.kt b/designsystem/src/commonMain/kotlin/org/hisp/dhis/mobile/ui/designsystem/component/BottomSheet.kt index ee932dc14..53b873ab1 100644 --- a/designsystem/src/commonMain/kotlin/org/hisp/dhis/mobile/ui/designsystem/component/BottomSheet.kt +++ b/designsystem/src/commonMain/kotlin/org/hisp/dhis/mobile/ui/designsystem/component/BottomSheet.kt @@ -286,6 +286,7 @@ fun BottomSheetShell( Column( Modifier .then(scrollColumnShadow), + horizontalAlignment = Alignment.CenterHorizontally, ) { Column( modifier = Modifier