diff --git a/src/theme/components/MuiLink.ts b/src/theme/components/MuiLink.ts index 1c0a8796..c03b77c2 100644 --- a/src/theme/components/MuiLink.ts +++ b/src/theme/components/MuiLink.ts @@ -1,4 +1,5 @@ import { includesClassNames } from '../../helpers'; +import typography from '../typography'; import Components from './_components'; const MuiLink: Components['MuiLink'] = { @@ -24,6 +25,7 @@ const MuiLink: Components['MuiLink'] = { ), ...(includesClassNames(ownerState, ['back-to']) && { textDecoration: 'none', + marginBottom: typography.body1?.marginBottom, ':hover': { fontWeight: 'bold', textDecoration: 'underline'