mirror of https://github.com/docusealco/docuseal
parent
5c7b61a098
commit
f153c89085
@ -1,25 +1,23 @@
|
||||
module.exports = {
|
||||
plugins: [
|
||||
require('daisyui')
|
||||
],
|
||||
plugins: [require("daisyui")],
|
||||
daisyui: {
|
||||
themes: [
|
||||
{
|
||||
docuseal: {
|
||||
'color-scheme': 'light',
|
||||
primary: '#e4e0e1',
|
||||
secondary: '#ef9fbc',
|
||||
accent: '#eeaf3a',
|
||||
neutral: '#291334',
|
||||
'base-100': '#faf7f5',
|
||||
'base-200': '#efeae6',
|
||||
'base-300': '#e7e2df',
|
||||
'base-content': '#291334',
|
||||
'--rounded-btn': '1.9rem',
|
||||
'--tab-border': '2px',
|
||||
'--tab-radius': '.5rem'
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
"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",
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
Loading…
Reference in new issue