diff --git a/tailwind.config.js b/tailwind.config.js index 7936868..c16c4cc 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -2,8 +2,8 @@ module.exports = { purge: ["./src/**/*.{js,jsx,ts,tsx}", "./public/index.html"], darkMode: false, // or 'media' or 'class' theme: { - colors: { - extend: { + extend: { + colors: { yellow: { 25: "#FFF6D6", },