Minor style fixes

This commit is contained in:
Ben Grant 2021-06-06 21:21:18 +10:00
parent dd6fe446d8
commit f395ad17a2
3 changed files with 4 additions and 3 deletions

View file

@ -90,7 +90,7 @@ export const ShareInfo = styled.p`
cursor: pointer;
&:hover {
color: ${props.theme.primaryDark};
color: ${props.theme.mode === 'light' ? props.theme.primaryDark : props.theme.primaryLight};
}
`}
`;