Bump button size on choose account

zio/stable
Eric Bailey 2024-03-20 17:18:07 -05:00
parent b0fcfa563d
commit 58588efcea
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ export const ChooseAccountForm = ({
label={_(msg`Back`)} label={_(msg`Back`)}
variant="solid" variant="solid"
color="secondary" color="secondary"
size="small" size="medium"
onPress={onPressBack}> onPress={onPressBack}>
{_(msg`Back`)} {_(msg`Back`)}
</Button> </Button>