From 663e422f0ebfae74cbc41b1f34303bae46e8a112 Mon Sep 17 00:00:00 2001 From: Aresn Date: Tue, 28 May 2024 17:34:51 +0800 Subject: [PATCH] theme --- app.config.ts | 4 ++-- components/i/Create.vue | 2 +- components/i/search/Ask.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app.config.ts b/app.config.ts index 758c3f8..8281233 100644 --- a/app.config.ts +++ b/app.config.ts @@ -1,7 +1,7 @@ export default defineAppConfig({ ui: { - primary: 'green', - gray: 'cool', + primary: 'emerald', + gray: 'zinc', // notifications: { // position: 'top-8 bottom-auto' // } diff --git a/components/i/Create.vue b/components/i/Create.vue index c1b294e..ae0e20c 100644 --- a/components/i/Create.vue +++ b/components/i/Create.vue @@ -1,7 +1,7 @@