fix tab order
This commit is contained in:
@@ -67,8 +67,6 @@ const ImageAltTextInner = ({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Dialog.ScrollableInner label={_(msg`Add alt text`)}>
|
<Dialog.ScrollableInner label={_(msg`Add alt text`)}>
|
||||||
<Dialog.Close />
|
|
||||||
|
|
||||||
<View>
|
<View>
|
||||||
<Text style={[a.text_2xl, a.font_bold, a.leading_tight, a.pb_sm]}>
|
<Text style={[a.text_2xl, a.font_bold, a.leading_tight, a.pb_sm]}>
|
||||||
<Trans>Add alt text</Trans>
|
<Trans>Add alt text</Trans>
|
||||||
@@ -116,6 +114,7 @@ const ImageAltTextInner = ({
|
|||||||
</ButtonText>
|
</ButtonText>
|
||||||
</Button>
|
</Button>
|
||||||
</View>
|
</View>
|
||||||
|
<Dialog.Close />
|
||||||
</Dialog.ScrollableInner>
|
</Dialog.ScrollableInner>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user