mirror of
https://github.com/docusealco/docuseal.git
synced 2026-06-23 04:10:11 +00:00
use own theme
This commit is contained in:
@@ -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
|
||||||
|
|||||||
+13
-3
@@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user