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