Skip to content

Commit

Permalink
remove unused style vars
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrahoang686 committed Dec 14, 2023
1 parent a08bdf3 commit 7455d52
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions overrides/common/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,4 @@ export const AccessibilityMenuItem = styled(NavLink)`
color: black;
text-decoration: underline;
}
`;

export const AccessibilityExternalLinkButton = styled.a`
`

export const AccessibilityInternalLinkButton = styled(Link)`
`
`;

0 comments on commit 7455d52

Please sign in to comment.