Skip to content

Commit 080cbde

Browse files
committed
feat: update button in RuxPhoneNumber for full width and improve description in RuxTitle for clarity
1 parent 6664c5e commit 080cbde

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/ReturnUserExperience/RuxPhoneNumber.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ export const RuxPhoneNumber = ({
4646
</Link>
4747
.
4848
</Text>
49-
<Button>{__('Continue')}</Button>
49+
<Button fullWidth={true} onClick={() => {}}>
50+
{__('Continue')}
51+
</Button>
5052
<Button fullWidth={true} onClick={() => {}} variant="outlined">
5153
{__('Continue without phone number')}
5254
</Button>

src/ReturnUserExperience/RuxTitle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const RuxTitle = ({
3636
case RUXViews.PHONE_NUMBER:
3737
setTitleAndDescription({
3838
title: __('Sign in with your phone'),
39-
description: __('Sign into MX to securely access your accounts.'),
39+
description: __('Log in or sign up with MX to securely access your saved accounts.'),
4040
})
4141
break
4242
case RUXViews.OTP:

0 commit comments

Comments
 (0)