fix dialog close

This commit is contained in:
Samuel Newman
2025-04-01 06:54:20 +03:00
parent 8e77a89636
commit 7e48e591ab
+1 -1
View File
@@ -122,7 +122,7 @@ export function NeueChar() {
<View style={[a.pt_2xl]}>
<Button
label={_(msg`Got it!`)}
onPress={onClose}
onPress={() => control.close()}
size="large"
variant="solid"
color="primary">