Skip to content

Commit 848009c

Browse files
Nina Beniteninariccimarie
authored andcommitted
fix Link monochrome with external color
1 parent 6e0b994 commit 848009c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/@next/Link/LinkStyle.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ export const StyledLink = styled.a<LinkProps>`
1818
&:hover,
1919
&:active {
2020
color: ${Neutral.B00};
21+
22+
svg {
23+
fill: ${Neutral.B00};
24+
}
25+
}
26+
27+
svg {
28+
fill: ${Neutral.B18};
2129
}
2230
}
2331

0 commit comments

Comments
 (0)