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>
</View>
<Dialog.Close />
</Dialog.ScrollableInner>
)
}
@@ -464,7 +466,7 @@ function StepTitle({
const active = activeIndex1 === index
const completed = activeIndex1 > index
return (
<View style={[a.flex_row, a.gap_sm]}>
<View style={[a.flex_row, a.gap_sm, a.pr_3xl]}>
<View
style={[
a.justify_center,