Update link styles

This commit is contained in:
Hazem Krimi
2021-04-23 18:24:29 +01:00
parent 916459e894
commit de13544afb
+4
View File
@@ -20,6 +20,10 @@ export const Wrapper = styled.div<WrapperProps>`
a {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
${({ color, theme }) => {