Skip to content

Commit

Permalink
fix: margin bottom on back-to links
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jul 3, 2023
1 parent 2cf37c4 commit 7ad5d94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/theme/components/MuiLink.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { includesClassNames } from '../../helpers';
import typography from '../typography';
import Components from './_components';

const MuiLink: Components['MuiLink'] = {
Expand All @@ -24,6 +25,7 @@ const MuiLink: Components['MuiLink'] = {
),
...(includesClassNames(ownerState, ['back-to']) && {
textDecoration: 'none',
marginBottom: typography.body1?.marginBottom,
':hover': {
fontWeight: 'bold',
textDecoration: 'underline'
Expand Down

0 comments on commit 7ad5d94

Please sign in to comment.