mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 17:19:10 +00:00
fix(design-system): fix some button styling issues leaking link styles in (#176)
This commit is contained in:
parent
f24d2fcc99
commit
410e27c2b3
3 changed files with 10 additions and 7 deletions
|
@ -107,7 +107,7 @@ export const Link = styled.a`
|
|||
}
|
||||
`;
|
||||
|
||||
export const CompletelyStylelessLink = styled(RouterLink)`
|
||||
export const CompletelyStylelessA = styled.a`
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
:visited,
|
||||
|
@ -116,3 +116,5 @@ export const CompletelyStylelessLink = styled(RouterLink)`
|
|||
color: inherit;
|
||||
}
|
||||
`;
|
||||
|
||||
export const CompletelyStylelessLink = CompletelyStylelessA.withComponent(RouterLink);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue