mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 10:36:22 +08:00
fix: remove chaotic font css
This commit is contained in:
@@ -81,7 +81,6 @@ const styles = style9.create({
|
||||
color: '#98ACBD',
|
||||
fontSize: '12px',
|
||||
lineHeight: '14px',
|
||||
fontFamily: 'Helvetica,Arial,"Microsoft Yahei",SimHei,sans-serif',
|
||||
textAlign: 'justify',
|
||||
letterSpacing: '1.5px',
|
||||
},
|
||||
|
||||
@@ -61,7 +61,6 @@ export const Menu = ({
|
||||
};
|
||||
|
||||
const MenuUl = styled('ul')(({ theme }) => ({
|
||||
fontFamily: 'PingFang SC',
|
||||
background: '#FFF',
|
||||
color: '#4C6275',
|
||||
fontWeight: '400',
|
||||
|
||||
@@ -177,6 +177,5 @@ const styles = style9.create({
|
||||
},
|
||||
dropdownItemItext: {
|
||||
color: '#4C6275',
|
||||
fontFamily: 'Helvetica,Arial,"Microsoft Yahei",SimHei,sans-serif',
|
||||
},
|
||||
});
|
||||
|
||||
@@ -251,7 +251,6 @@ const LinkModalContainerInput = styled('input')(({ theme }) => ({
|
||||
outline: 'none',
|
||||
border: 'none',
|
||||
padding: '8px',
|
||||
fontFamily: 'Helvetica,Arial,"Microsoft Yahei",SimHei,sans-serif',
|
||||
'::-webkit-input-placeholder': {
|
||||
color: '#98acbd',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user