diff --git a/src/components/Link/styles.ts b/src/components/Link/styles.ts index c95ddbf..59e8e10 100644 --- a/src/components/Link/styles.ts +++ b/src/components/Link/styles.ts @@ -20,6 +20,10 @@ export const Wrapper = styled.div` a { text-decoration: none; + + &:hover { + text-decoration: underline; + } } ${({ color, theme }) => {