make close button always large
This commit is contained in:
@@ -203,7 +203,7 @@ function DoneStep({
|
|||||||
<Button
|
<Button
|
||||||
label={_(msg`Close`)}
|
label={_(msg`Close`)}
|
||||||
onPress={() => control.close()}
|
onPress={() => control.close()}
|
||||||
size={platform({native: 'small', web: 'large'})}
|
size="large"
|
||||||
color="secondary">
|
color="secondary">
|
||||||
<ButtonText>
|
<ButtonText>
|
||||||
<Trans>Close</Trans>
|
<Trans>Close</Trans>
|
||||||
|
|||||||
Reference in New Issue
Block a user