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