diff --git a/tailwind.config.js b/tailwind.config.js index e2a9eb4..c284d89 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -8,7 +8,7 @@ module.exports = { './**/*.{ts,tsx}', ], options: { - whitelist: ['text-green-400', 'text-yellow-300', 'text-red-500', 'text-gray-500', 'text-purple-500'], + safelist: ['text-green-400', 'text-yellow-300', 'text-red-500', 'text-gray-500', 'text-purple-500'], } }, darkMode: 'class', // or 'media' or 'class'