From cbe422957b6069463033ef34285a4f9781d2b742 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Sun, 29 Oct 2023 18:31:59 +0100 Subject: [PATCH] Set default color --- src/app.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.config.ts b/src/app.config.ts index 616c910..d9471ac 100644 --- a/src/app.config.ts +++ b/src/app.config.ts @@ -1,6 +1,7 @@ export default defineAppConfig({ ui: { gray: 'neutral', + primary: 'cyan', notifications: { position: 'bottom-0 right-0', },