From ff4f15797a25df7df63629ff8988c6d8949847c6 Mon Sep 17 00:00:00 2001 From: Matt Bearman Date: Wed, 17 Jul 2024 15:58:47 +0100 Subject: [PATCH] fix: Paragraph dark text is now shade 400, not 300 --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 9de6bdc..46552d2 100644 --- a/src/index.js +++ b/src/index.js @@ -78,7 +78,7 @@ const plugin = withOptions( // For the Paragraph component { - pattern: /^text-\w+-(300)$/, + pattern: /^text-\w+-(400)$/, variants: ["dark"], },