fix: remove css variable lineHeightBase

This commit is contained in:
QiShaoXuan
2023-02-07 17:20:08 +08:00
parent e1f4b6f8f2
commit de963fe13b
3 changed files with 4 additions and 5 deletions
@@ -126,7 +126,7 @@ export const StyledBreadcrumbs = styled(NextLink)(({ theme }) => {
span: {
padding: '0 12px',
fontSize: theme.font.base,
lineHeight: theme.font.lineHeightBase,
lineHeight: theme.font.lineHeight,
},
':hover': { color: theme.colors.primaryColor },
transition: 'all .15s',