Skip to content

Commit 9c613a7

Browse files
committed
feat: update button in RuxPhoneNumber for full width and improve description in RuxTitle for clarity
1 parent d77ad3a commit 9c613a7

1 file changed

Lines changed: 3 additions & 1 deletion

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>

0 commit comments

Comments
 (0)