mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-19 03:31:43 +03:00
chore: tweak styles
This commit is contained in:
parent
b2ff15266e
commit
e44b86c94c
@ -179,6 +179,7 @@ export const TextLink = styled(Link)<{ active?: boolean }>`
|
||||
cursor: pointer;
|
||||
appearance: none;
|
||||
text-decoration: none;
|
||||
user-select: none;
|
||||
color: ${({ theme, active }) =>
|
||||
active ? theme.affine.palette.primary : 'unset'};
|
||||
`;
|
||||
|
Loading…
Reference in New Issue
Block a user