[UI] add file custom style for theme
This commit is contained in:
@ -7,4 +7,16 @@ export default {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [daisyui],
|
||||
daisyui: {
|
||||
themes: [
|
||||
{
|
||||
light: {
|
||||
primary: '#03c9d7',
|
||||
'primary-content': '#ffff',
|
||||
secondary: '#fb9678',
|
||||
'secondary-content': '#ffff',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user