From ca157889e78c79863abb26e55cc3c84f63f1cacb Mon Sep 17 00:00:00 2001 From: Aresn Date: Thu, 13 Jun 2024 16:18:01 +0800 Subject: [PATCH] Update app.config.ts --- app.config.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app.config.ts b/app.config.ts index abd811a..f64b252 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' + } + } + } } }) -- GitLab