mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
fix: link style issues
This commit is contained in:
@@ -119,8 +119,5 @@ const PageTitleBlock = styled('div')(({ theme }) => {
|
||||
'.content': {
|
||||
outline: 'none',
|
||||
},
|
||||
a: {
|
||||
color: '#3e6fdb',
|
||||
},
|
||||
};
|
||||
});
|
||||
|
||||
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user