module.exports = { content: ["./src/**/*.{js,jsx,ts,tsx}"], theme: { extend: {}, backgroundColor: (theme) => ({ ...theme("colors"), greenBookBg: "#5DA041", }), }, plugins: [], };