Skip to content

Commit 4425dab

Browse files
committed
Fix: adding underline for hover and focus
1 parent 074f58c commit 4425dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/Account/AccountHeader/index.styles.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const styles = {
2222
padding: `${pixelsToRem(9)}rem`,
2323
'&:hover, &:focus': {
2424
outline: `4px solid ${palette.WHITE}`,
25-
textDecoration: 'none',
25+
textDecoration: 'underline',
2626
},
2727
}),
2828

0 commit comments

Comments
 (0)