diff --git a/frappe-ui b/frappe-ui index 178c0a76..4c01c299 160000 --- a/frappe-ui +++ b/frappe-ui @@ -1 +1 @@ -Subproject commit 178c0a76ad3fa8bbff60e52aba04de9602c11fae +Subproject commit 4c01c299d3b1b7200cfba8b36d572df459989460 diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js index d1a7f3af..63ccd26e 100644 --- a/frontend/tailwind.config.js +++ b/frontend/tailwind.config.js @@ -3,8 +3,8 @@ module.exports = { content: [ './index.html', './src/**/*.{vue,js,ts,jsx,tsx}', - './node_modules/frappe-ui/src/components/**/*.{vue,js,ts,jsx,tsx}', - '../node_modules/frappe-ui/src/components/**/*.{vue,js,ts,jsx,tsx}', + './node_modules/frappe-ui/src/**/*.{vue,js,ts,jsx,tsx}', + '../node_modules/frappe-ui/src/**/*.{vue,js,ts,jsx,tsx}', ], safelist: [{ pattern: /!(text|bg)-/, variants: ['hover', 'active'] }], theme: {