diff --git a/tailwind.config.js b/tailwind.config.js index b21ec6250..21e76dd7d 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -122,7 +122,7 @@ module.exports = { /^(fill-(?:slate|gray|zinc|neutral|stone|red|orange|amber|yellow|lime|green|emerald|teal|cyan|sky|blue|indigo|violet|purple|fuchsia|pink|rose)-(?:50|100|200|300|400|500|600|700|800|900|950))$/, }, - // custom colors + // custom colors charts ...["[#32a852]", "[#fcba03]"].flatMap((customColor) => [ `bg-${customColor}`, `border-${customColor}`,