From de13544afba5ae35293a1dbbce0ae3620e011675 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Fri, 23 Apr 2021 18:24:29 +0100 Subject: [PATCH] Update link styles --- src/components/Link/styles.ts | 4 ++++ 1 file changed, 4 insertions(+) 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 }) => {