Skip to content

Commit

Permalink
chore: tab index
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwisecodes committed Nov 18, 2024
1 parent d56f45f commit 48a0528
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ const ModalFooterButtons = ({
$pb="inner-padding-m"
>
{actionButtonStates()}
<OakLinkNoUnderline onClick={() => closeDialog()} element="button">
<OakLinkNoUnderline
onClick={() => closeDialog()}
element="button"
tabIndex={1}
>
<OakSpan $font="body-2-bold" $color="black" $textDecoration="none">
Cancel
</OakSpan>
Expand Down

0 comments on commit 48a0528

Please sign in to comment.