Add close button

This commit is contained in:
Eric Bailey
2025-02-26 12:45:27 -06:00
parent 422cc15080
commit 402a1bf742
@@ -428,6 +428,8 @@ function Inner(props: ReportDialogProps) {
)} )}
</StepOuter> </StepOuter>
</View> </View>
<Dialog.Close />
</Dialog.ScrollableInner> </Dialog.ScrollableInner>
) )
} }
@@ -464,7 +466,7 @@ function StepTitle({
const active = activeIndex1 === index const active = activeIndex1 === index
const completed = activeIndex1 > index const completed = activeIndex1 > index
return ( return (
<View style={[a.flex_row, a.gap_sm]}> <View style={[a.flex_row, a.gap_sm, a.pr_3xl]}>
<View <View
style={[ style={[
a.justify_center, a.justify_center,