mirror of https://github.com/docusealco/docuseal
parent
89b5209ff6
commit
5a5b344b54
@ -1,23 +1,31 @@
|
||||
module.exports = {
|
||||
plugins: [require("daisyui")],
|
||||
plugins: [require('daisyui')],
|
||||
theme: {
|
||||
extend: {
|
||||
fontFamily: {
|
||||
mono: ['AsterMono', 'monospace'],
|
||||
sans: ['AsterMono', 'sans-serif'],
|
||||
},
|
||||
},
|
||||
},
|
||||
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",
|
||||
'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