You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/tailwind.config.js

24 lines
536 B

module.exports = {
plugins: [require("daisyui")],
daisyui: {
themes: [
{
arcab: {
"color-scheme": "light",
primary: "#000fff",
secondary: "#ef9fbc",
accent: "#eeaf3a",
neutral: "#000fff",
"base-100": "#faf7f5",
"base-200": "#efeae6",
"base-300": "#e7e2df",
"base-content": "#291334",
"--rounded-btn": "1.9rem",
"--tab-border": "2px",
"--tab-radius": ".5rem",
},
},
],
},
};