use own theme

pull/105/head
Alex Turchyn 2 years ago
parent ccb8347575
commit e45bad97f5

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html data-theme="cupcake" class="h-full">
<html data-theme="docuseal" class="h-full">
<head>
<title>
Docuseal

@ -5,9 +5,19 @@ module.exports = {
daisyui: {
themes: [
{
cupcake: {
...require('daisyui/src/colors/themes')['[data-theme=cupcake]'],
primary: '#E4E0E1'
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'
}
}
]

Loading…
Cancel
Save