fix: use frappe-ui theme colors and fixed tailwind config

This commit is contained in:
Jannat Patel
2025-12-08 10:37:31 +05:30
parent 5825bcf9b3
commit 040d74c20a
5 changed files with 16 additions and 13 deletions

View File

@@ -65,6 +65,6 @@ export default defineConfig({
'highlight.js',
'plyr',
],
exclude: ['frappe-ui']
exclude: ['frappe-ui'],
},
})