From e7cfca2aa76a9b34c0acc478e1c5733396219777 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 26 Jul 2023 15:23:51 +0200 Subject: [PATCH] chore(Badge): add missing 500 color in safelist --- src/colors.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/colors.ts b/src/colors.ts index 15c0594c..86e192c9 100644 --- a/src/colors.ts +++ b/src/colors.ts @@ -37,6 +37,8 @@ const safelistByComponent = { }, { pattern: new RegExp(`bg-(${colorsAsRegex})-400`), variants: ['dark'] + }, { + pattern: new RegExp(`bg-(${colorsAsRegex})-500`) }, { pattern: new RegExp(`text-(${colorsAsRegex})-400`), variants: ['dark']