Skip to content

Commit

Permalink
fix: fixed paragraph lead variant
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Aug 14, 2022
1 parent 3f548a1 commit 17d23e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/modules/elements.js
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,10 @@ export const elements = {
marginBottom: "1rem",
marginTop: "0px",
apply: "text.paragraph",
"&.is-lead": {
fontSize: "2",
fontWeight: "bold",
},
},
},
progress: {
Expand Down

0 comments on commit 17d23e2

Please sign in to comment.