From 17e9b4c1afdf5b61b68084c8289445e8da43f6df Mon Sep 17 00:00:00 2001 From: Xavier Molloy Date: Mon, 13 Jan 2025 10:37:11 +0100 Subject: [PATCH] fix: [ANDROAPP-6744] add padding to org bottom sheet dialog --- .../hisp/dhis/mobile/ui/designsystem/component/OrgBottomSheet.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/designsystem/src/commonMain/kotlin/org/hisp/dhis/mobile/ui/designsystem/component/OrgBottomSheet.kt b/designsystem/src/commonMain/kotlin/org/hisp/dhis/mobile/ui/designsystem/component/OrgBottomSheet.kt index 1532c9044..355d39d82 100644 --- a/designsystem/src/commonMain/kotlin/org/hisp/dhis/mobile/ui/designsystem/component/OrgBottomSheet.kt +++ b/designsystem/src/commonMain/kotlin/org/hisp/dhis/mobile/ui/designsystem/component/OrgBottomSheet.kt @@ -128,6 +128,7 @@ fun OrgBottomSheet( buttonBlock = { Row( verticalAlignment = Alignment.CenterVertically, + modifier = Modifier.padding(Spacing.Spacing24), ) { if (onClearAll != null) { Button(