From fec2bba320c70f228445862160278af25410d41e Mon Sep 17 00:00:00 2001 From: Keksi Date: Sun, 17 Nov 2024 11:23:25 +0100 Subject: [PATCH] fix(components.json): update baseColor from slate to neutral for better design consistency --- components.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components.json b/components.json index a39e307..5ada337 100644 --- a/components.json +++ b/components.json @@ -6,7 +6,7 @@ "tailwind": { "config": "tailwind.config.ts", "css": "./src/styles/globals.css", - "baseColor": "slate", + "baseColor": "neutral", "cssVariables": true, "prefix": "" },