Skip to content

Commit

Permalink
Merge pull request #21 from krystal/paragraph-dark-text-shade-400
Browse files Browse the repository at this point in the history
fix: Paragraph dark text is now shade 400, not 300
  • Loading branch information
mattbearman authored Jul 17, 2024
2 parents ef0f9c0 + ff4f157 commit 8ac7e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const plugin = withOptions(

// For the Paragraph component
{
pattern: /^text-\w+-(300)$/,
pattern: /^text-\w+-(400)$/,
variants: ["dark"],
},

Expand Down

0 comments on commit 8ac7e1a

Please sign in to comment.