We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf37c4 commit 7ad5d94Copy full SHA for 7ad5d94
src/theme/components/MuiLink.ts
@@ -1,4 +1,5 @@
1
import { includesClassNames } from '../../helpers';
2
+import typography from '../typography';
3
import Components from './_components';
4
5
const MuiLink: Components['MuiLink'] = {
@@ -24,6 +25,7 @@ const MuiLink: Components['MuiLink'] = {
24
25
),
26
...(includesClassNames(ownerState, ['back-to']) && {
27
textDecoration: 'none',
28
+ marginBottom: typography.body1?.marginBottom,
29
':hover': {
30
fontWeight: 'bold',
31
textDecoration: 'underline'
0 commit comments