fix: link style issues

This commit is contained in:
xiaodong zuo
2022-08-12 17:06:21 +08:00
parent 174779bb28
commit 06d4dbc99b
2 changed files with 3 additions and 3 deletions

View File

@@ -119,8 +119,5 @@ const PageTitleBlock = styled('div')(({ theme }) => {
'.content': {
outline: 'none',
},
a: {
color: '#3e6fdb',
},
};
});

View File

@@ -42,6 +42,9 @@ const TextBlockContainer = styled(Text)(({ theme }) => ({
fontFamily: theme.affine.typography.body1.fontFamily,
color: theme.affine.typography.body1.color,
letterSpacing: '0.1px',
a: {
color: '#3e6fdb',
},
}));
const findSlice = (arr: string[], p: string, q: string) => {