move close to end of focus priority

This commit is contained in:
Samuel Newman
2025-08-20 20:28:27 +03:00
parent 96145e19ac
commit d5247eaa3b
@@ -163,7 +163,6 @@ function Inner() {
<Dialog.ScrollableInner <Dialog.ScrollableInner
label={_(msg`Change password dialog`)} label={_(msg`Change password dialog`)}
style={web({maxWidth: 400})}> style={web({maxWidth: 400})}>
<Dialog.Close />
<View style={[a.gap_xl]}> <View style={[a.gap_xl]}>
<View style={[a.gap_sm]}> <View style={[a.gap_sm]}>
<Text style={[a.font_heavy, a.text_2xl]}> <Text style={[a.font_heavy, a.text_2xl]}>
@@ -295,6 +294,7 @@ function Inner() {
) : null} ) : null}
</View> </View>
</View> </View>
<Dialog.Close />
</Dialog.ScrollableInner> </Dialog.ScrollableInner>
) )
} }