Skip to content

Commit

Permalink
feat: add typography variant mono
Browse files Browse the repository at this point in the history
  • Loading branch information
smeijer committed Jan 29, 2025
1 parent 4b57181 commit 02f613d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/sharp-items-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@darkmagic/react': minor
---

add typography variant mono
4 changes: 4 additions & 0 deletions packages/react/src/components/typography.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ const StyledTypography = styled('div', {
caption: {
font: '$caption',
},

mono: {
font: '$mono',
},
},

color: {
Expand Down

0 comments on commit 02f613d

Please sign in to comment.