use own theme

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

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

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