We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent eb04c09 commit afdec50Copy full SHA for afdec50
packages/mui-joy/src/Link/Link.tsx
@@ -76,9 +76,7 @@ const LinkRoot = styled('a', {
76
'--Icon-fontSize': '1.25em',
77
...(ownerState.level && ownerState.level !== 'inherit' && theme.typography[ownerState.level]),
78
...(ownerState.level === 'inherit' && {
79
- fontSize: 'inherit',
80
- fontFamily: 'inherit',
81
- lineHeight: 'inherit',
+ font: 'inherit',
82
}),
83
...(ownerState.underline === 'none' && {
84
textDecoration: 'none',
0 commit comments