make close button always large

This commit is contained in:
Samuel Newman
2025-10-16 13:30:43 +01:00
parent b08f53ab46
commit b7ddc6ada6
+1 -1
View File
@@ -203,7 +203,7 @@ function DoneStep({
<Button
label={_(msg`Close`)}
onPress={() => control.close()}
size={platform({native: 'small', web: 'large'})}
size="large"
color="secondary">
<ButtonText>
<Trans>Close</Trans>