Skip to content

Commit

Permalink
fix: [ANDROAPP-6754] small corrections after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
xavimolloy committed Jan 30, 2025
1 parent 70783d6 commit 33d6b7a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import org.hisp.dhis.mobile.ui.designsystem.component.Button
import org.hisp.dhis.mobile.ui.designsystem.component.ButtonBlock
import org.hisp.dhis.mobile.ui.designsystem.component.ButtonStyle
import org.hisp.dhis.mobile.ui.designsystem.component.ColorStyle
import org.hisp.dhis.mobile.ui.designsystem.component.state.BottomSheetShellDefaults
import org.hisp.dhis.mobile.ui.designsystem.component.state.BottomSheetShellUIState
import org.hisp.dhis.mobile.ui.designsystem.theme.Spacing
import org.hisp.dhis.mobile.ui.designsystem.theme.SurfaceColor

class
Expand Down Expand Up @@ -68,7 +68,7 @@ DeleteBottomSheetDialog(
},
buttonBlock = {
ButtonBlock(
modifier = Modifier.padding(top = Spacing.Spacing0, bottom = Spacing.Spacing24, start = Spacing.Spacing24, end = Spacing.Spacing24),
modifier = Modifier.padding(BottomSheetShellDefaults.buttonBlockPaddings()),
primaryButton = {
Button(
style = ButtonStyle.OUTLINED,
Expand Down

0 comments on commit 33d6b7a

Please sign in to comment.