diff --git a/shell/tailwind.config.js b/shell/tailwind.config.js index 11c0e272b4..c9ee8a3db7 100644 --- a/shell/tailwind.config.js +++ b/shell/tailwind.config.js @@ -163,7 +163,7 @@ module.exports = { enabled: process.env.NODE_ENV === 'production', content: ['./app/**/*.tsx', './app/**/*.jsx'], options: { - safelist: [/red/, /blue/, /yellow/, /green/, /orange/, /gray/, /cyan/, /grey/, /white/, /flex-\d/], + safelist: [/red/, /blue/, /yellow/, /green/, /orange/, /gray/, /cyan/, /grey/, /white/, /purple/, /flex-\d/], }, }, };