chore: tweak styles

This commit is contained in:
lawvs 2022-08-09 21:12:19 +08:00
parent b2ff15266e
commit e44b86c94c

View File

@ -179,6 +179,7 @@ export const TextLink = styled(Link)<{ active?: boolean }>`
cursor: pointer; cursor: pointer;
appearance: none; appearance: none;
text-decoration: none; text-decoration: none;
user-select: none;
color: ${({ theme, active }) => color: ${({ theme, active }) =>
active ? theme.affine.palette.primary : 'unset'}; active ? theme.affine.palette.primary : 'unset'};
`; `;