Skip to content

Commit

Permalink
chore: fix stylelint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Aug 6, 2024
1 parent 35fdfc4 commit 3ce9bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/Heading/Heading.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.Heading {
font-weight: var(--base-text-weight-semibold);
font-size: var(--text-title-size-large);
margin: 0;
font-size: var(--text-title-size-large);
font-weight: var(--base-text-weight-semibold);
}

0 comments on commit 3ce9bf1

Please sign in to comment.