daisyUI 3.0

This commit is contained in:
2023-06-01 13:42:35 +02:00
parent 1e742826cf
commit 19e99fcc28
14 changed files with 99 additions and 76 deletions

View File

@@ -35,15 +35,17 @@ export default {
themes: [
{
contexted: {
...require("daisyui/src/theming/themes")["[data-theme=light]"],
primary,
secondary,
accent: '#37CDBE',
neutral: '#F7F7F7',
'base-100': '#FFFFFF',
info: '#3ABFF8',
success: '#36D399',
warning: '#FBBD23',
error: '#F87272'
"--btn-text-case": "uppercase", // set default text transform for buttons
// accent: '#37CDBE',
// neutral: '#F7F7F7',
// 'base-100': '#FFFFFF',
// info: '#3ABFF8',
// success: '#36D399',
// warning: '#FBBD23',
// error: '#F87272'
}
}
],