Skip to content

Commit be2f7bc

Browse files
authored
Merge pull request #84227 from nyomanjyotisa/issue-83874
Fix: User can’t select the footer in login page via Tab key on Safari
2 parents 6d262b7 + 7b467ce commit be2f7bc

File tree

1 file changed

+1
-0
lines changed
  • src/pages/signin/SignInPageLayout/FooterRow

1 file changed

+1
-0
lines changed

src/pages/signin/SignInPageLayout/FooterRow/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ function FooterRow({href, onPress, text, style}: FooterRowProps) {
2424
<TextLink
2525
style={style}
2626
href={href}
27+
tabIndex={0}
2728
>
2829
{text}
2930
</TextLink>

0 commit comments

Comments
 (0)