We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab2f49 commit ad89c42Copy full SHA for ad89c42
src/screens/auth/ResetPasswordLinkSentScreen.tsx
@@ -41,7 +41,7 @@ export const ResetPasswordLinkSentScreen = () => {
41
<Text.MdRegular color="text.tertiary" textAlign="center" lineHeight="lg">
42
{t('reset_password_link_sent_screen.we_sent_link')}
43
</Text.MdRegular>
44
- <Text.MdMedium>{email}</Text.MdMedium>
+ <Text.MdMedium textAlign="center">{email}</Text.MdMedium>
45
<Spacer y={8} />
46
<Button size="lg" w="full">
47
{t('reset_password_link_sent_screen.open_email_app')}
0 commit comments