Add close button
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user