Skip to content

Commit

Permalink
fixing reference
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-cedrone-cengage committed Nov 30, 2023
1 parent 5e822c4 commit 9a95d64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/react-magma-dom/src/components/Typography/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ export const heading2XLargeStyles = props => css`
@media (min-width: ${props.theme.breakpoints.small}px) {
font-size: ${props.theme.typographyExpressiveVisualStyles.heading2XLarge
.desktop.fontSize};
line-height: ${props.theme.typographyExpressiveVisualStyles.headingXLarge
.lineHeight.lineHeight};
line-height: ${props.theme.typographyExpressiveVisualStyles.heading2XLarge
.mobile.lineHeight};
}
`};
`;
Expand Down Expand Up @@ -268,7 +268,7 @@ export const headingXLargeStyles = props => css`
font-weight: ${props.theme.typographyExpressiveVisualStyles.headingXLarge
.fontWeight};
line-height: ${props.theme.typographyExpressiveVisualStyles.headingXLarge
.lineHeight.lineHeight};
.desktop.lineHeight};
@media (min-width: ${props.theme.breakpoints.small}px) {
font-size: ${props.theme.typographyExpressiveVisualStyles.headingXLarge
Expand Down

0 comments on commit 9a95d64

Please sign in to comment.