Skip to content

Commit

Permalink
fix: Paragraph dark text is now shade 400, not 300
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbearman committed Jul 17, 2024
1 parent ef0f9c0 commit ff4f157
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 ff4f157

Please sign in to comment.