diff --git a/app.config.ts b/app.config.ts index abd811af7b2e679055e634e7234c1002cd09dd8a..f64b252fcea60c2f970a01b32b496f57fd55d163 100644 --- a/app.config.ts +++ b/app.config.ts @@ -17,5 +17,14 @@ export default defineAppConfig({ selectedIcon: 'i-heroicons-check-16-solid' } }, + dropdown: { + item: { + icon: { + base: 'w-4 h-4', + active: 'text-gray-900 dark:text-white', + inactive: 'text-gray-700 dark:text-gray-200' + } + } + } } })