From f1de3401a212cee6e7f566eb338dccb600ff27a5 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 22 Jun 2023 22:27:28 +0200 Subject: [PATCH] fix: update schema.json (#651) Co-authored-by: shadcn --- apps/www/public/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/public/schema.json b/apps/www/public/schema.json index bca169a2e8..99fbf179d1 100644 --- a/apps/www/public/schema.json +++ b/apps/www/public/schema.json @@ -4,7 +4,7 @@ "properties": { "style": { "type": "string", - "enum": ["default"] + "enum": ["default", "new-york"] }, "tailwind": { "type": "object",