Skip to content

Commit

Permalink
Update packages/react/src/Link/Link.module.css
Browse files Browse the repository at this point in the history
Co-authored-by: Rez <[email protected]>
  • Loading branch information
stamat and rezrah authored Dec 3, 2024
1 parent f60f5a3 commit 56938e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/Link/Link.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
}

.Link:focus:focus-visible {
outline: 2px solid var(--brand-color-focus);
outline-offset: 2px;
outline: var(--brand-borderWidth-thick) solid var(--brand-color-focus);
outline-offset: var(--base-size-2);
}

.Link--default,
Expand Down

0 comments on commit 56938e2

Please sign in to comment.