diff --git a/app.config.ts b/app.config.ts index aa1366305b6b2fbf46985820521cd3c51bbb57a4..abd811af7b2e679055e634e7234c1002cd09dd8a 100644 --- a/app.config.ts +++ b/app.config.ts @@ -4,6 +4,18 @@ export default defineAppConfig({ gray: 'cool', // notifications: { // position: 'top-8 bottom-auto' - // } + // }, + button: { + color: { + gray: { + soft: 'text-gray-800 dark:text-gray-400 bg-gray-50 hover:bg-gray-100 disabled:bg-gray-50 dark:bg-gray-950 dark:hover:bg-gray-900 dark:disabled:bg-gray-950 focus-visible:ring-2 focus-visible:ring-inset focus-visible:ring-gray-500 dark:focus-visible:ring-gray-400' + } + } + }, + selectMenu: { + default: { + selectedIcon: 'i-heroicons-check-16-solid' + } + }, } })