From a538e7b84155ef28772150c80263b9746ecba64d Mon Sep 17 00:00:00 2001 From: Aresn Date: Mon, 3 Jun 2024 18:46:07 +0800 Subject: [PATCH] Update app.config.ts --- app.config.ts | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/app.config.ts b/app.config.ts index aa13663..abd811a 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' + } + }, } }) -- GitLab