Skip to content

Commit

Permalink
remove unnecessary commented pixel values
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Apr 25, 2024
1 parent e69dcbb commit ba4c83c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/mui-docs/src/branding/brandingTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,18 +335,18 @@ export const getDesignTokens = (mode: 'light' | 'dark') =>
fontWeight: 500,
},
body1: {
fontSize: defaultTheme.typography.pxToRem(16), // 16px
fontSize: defaultTheme.typography.pxToRem(16),
lineHeight: 24 / 16,
letterSpacing: 0,
},
body2: {
fontSize: defaultTheme.typography.pxToRem(14), // 14px
fontSize: defaultTheme.typography.pxToRem(14),
lineHeight: 21 / 14,
letterSpacing: 0,
},
caption: {
display: 'inline-block',
fontSize: defaultTheme.typography.pxToRem(12), // 12px
fontSize: defaultTheme.typography.pxToRem(12),
lineHeight: 18 / 12,
letterSpacing: 0,
fontWeight: 700,
Expand Down

0 comments on commit ba4c83c

Please sign in to comment.