Skip to content

Commit

Permalink
Change header alignment for schedule dialog bottom sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Sep 20, 2024
1 parent 2b2352c commit 310cb60
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import androidx.compose.ui.Modifier
import androidx.compose.ui.res.stringResource
import androidx.compose.ui.semantics.semantics
import androidx.compose.ui.semantics.testTag
import androidx.compose.ui.text.style.TextAlign
import org.dhis2.R
import org.dhis2.usescases.eventsWithoutRegistration.eventDetails.models.EventCatCombo
import org.dhis2.usescases.eventsWithoutRegistration.eventDetails.models.EventCatComboUiModel
Expand Down Expand Up @@ -70,6 +71,7 @@ fun SchedulingDialogUi(
}
BottomSheetShell(
title = bottomSheetTitle(programStages),
headerTextAlignment = TextAlign.Start,
buttonBlock = {
Button(
modifier = Modifier.fillMaxWidth(),
Expand Down

0 comments on commit 310cb60

Please sign in to comment.