Skip to content

Commit

Permalink
removing unecessary changeset, tweaking two lines Laura found
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-cedrone-cengage committed Nov 30, 2023
1 parent 9a95d64 commit 7cd02ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/feat-expressiveText.md

This file was deleted.

4 changes: 2 additions & 2 deletions packages/react-magma-dom/src/components/Typography/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export const heading2XLargeStyles = props => css`
font-size: ${props.theme.typographyExpressiveVisualStyles.heading2XLarge
.desktop.fontSize};
line-height: ${props.theme.typographyExpressiveVisualStyles.heading2XLarge
.mobile.lineHeight};
.desktop.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
.desktop.lineHeight};
.mobile.lineHeight};
@media (min-width: ${props.theme.breakpoints.small}px) {
font-size: ${props.theme.typographyExpressiveVisualStyles.headingXLarge
Expand Down

0 comments on commit 7cd02ce

Please sign in to comment.