Skip to content

Commit

Permalink
Update VisuallyHidden.tsx (#2203)
Browse files Browse the repository at this point in the history
Co-authored-by: Chance Strickland <[email protected]>
  • Loading branch information
pjfancher and chaance committed Aug 16, 2024
1 parent 89035eb commit 060746a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/visually-hidden/src/VisuallyHidden.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const VisuallyHidden = React.forwardRef<VisuallyHiddenElement, VisuallyHiddenPro
{...props}
ref={forwardedRef}
style={{
// See: https://github.com/twbs/bootstrap/blob/master/scss/mixins/_screen-reader.scss
// See: https://github.com/twbs/bootstrap/blob/main/scss/mixins/_visually-hidden.scss
position: 'absolute',
border: 0,
width: 1,
Expand Down

0 comments on commit 060746a

Please sign in to comment.