diff --git a/src/colors.ts b/src/colors.ts index 2e853d5615..b866d24ba8 100644 --- a/src/colors.ts +++ b/src/colors.ts @@ -198,6 +198,12 @@ const safelistByComponent = { variants: ['dark'] }, { pattern: new RegExp(`text-(${colorsAsRegex})-500`) + }], + chip: (colorsAsRegex) => [{ + pattern: new RegExp(`bg-(${colorsAsRegex})-400`), + variants: ['dark'] + }, { + pattern: new RegExp(`bg-(${colorsAsRegex})-500`) }] }