mirror of
https://github.com/docusealco/docuseal.git
synced 2026-06-22 20:00:30 +00:00
use own theme
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html data-theme="cupcake" class="h-full">
|
||||
<html data-theme="docuseal" class="h-full">
|
||||
<head>
|
||||
<title>
|
||||
Docuseal
|
||||
|
||||
+13
-3
@@ -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'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user