upgrade daisyui

This commit is contained in:
2023-12-08 22:06:41 +01:00
parent e2472c522e
commit aee6ecfbfe
5 changed files with 168 additions and 69 deletions

View File

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