Skip to content

Commit 7ad5d94

Browse files
committed
fix: margin bottom on back-to links
1 parent 2cf37c4 commit 7ad5d94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/theme/components/MuiLink.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { includesClassNames } from '../../helpers';
2+
import typography from '../typography';
23
import Components from './_components';
34

45
const MuiLink: Components['MuiLink'] = {
@@ -24,6 +25,7 @@ const MuiLink: Components['MuiLink'] = {
2425
),
2526
...(includesClassNames(ownerState, ['back-to']) && {
2627
textDecoration: 'none',
28+
marginBottom: typography.body1?.marginBottom,
2729
':hover': {
2830
fontWeight: 'bold',
2931
textDecoration: 'underline'

0 commit comments

Comments
 (0)