Apply suggestions from code review
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
This commit is contained in:
@@ -182,7 +182,7 @@ function Inner({
|
|||||||
<View style={[a.gap_md]}>
|
<View style={[a.gap_md]}>
|
||||||
<View>
|
<View>
|
||||||
<TextField.LabelText>
|
<TextField.LabelText>
|
||||||
<Trans>Confirmation Code</Trans>
|
<Trans>Confirmation code</Trans>
|
||||||
</TextField.LabelText>
|
</TextField.LabelText>
|
||||||
<TextField.Root>
|
<TextField.Root>
|
||||||
<TextField.Input
|
<TextField.Input
|
||||||
@@ -241,7 +241,7 @@ function Inner({
|
|||||||
disabled={isProcessing}
|
disabled={isProcessing}
|
||||||
onPress={onPressSendEmail}>
|
onPress={onPressSendEmail}>
|
||||||
<ButtonText>
|
<ButtonText>
|
||||||
<Trans>Send Email</Trans>
|
<Trans>Send email</Trans>
|
||||||
</ButtonText>
|
</ButtonText>
|
||||||
{isProcessing && <ButtonIcon icon={Loader} />}
|
{isProcessing && <ButtonIcon icon={Loader} />}
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user