Skip to content

Commit ad89c42

Browse files
fix: center align email text in ResetPasswordLinkSentScreen
1 parent 5ab2f49 commit ad89c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/screens/auth/ResetPasswordLinkSentScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const ResetPasswordLinkSentScreen = () => {
4141
<Text.MdRegular color="text.tertiary" textAlign="center" lineHeight="lg">
4242
{t('reset_password_link_sent_screen.we_sent_link')}
4343
</Text.MdRegular>
44-
<Text.MdMedium>{email}</Text.MdMedium>
44+
<Text.MdMedium textAlign="center">{email}</Text.MdMedium>
4545
<Spacer y={8} />
4646
<Button size="lg" w="full">
4747
{t('reset_password_link_sent_screen.open_email_app')}

0 commit comments

Comments
 (0)