From c6ee54e83bc62de165fddf04d4d865711730ffe7 Mon Sep 17 00:00:00 2001 From: zambo Date: Thu, 30 Jan 2025 19:57:35 -0300 Subject: [PATCH] fix: missing comma --- docs/beta/src/content/docs/getting-started/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/beta/src/content/docs/getting-started/installation.mdx b/docs/beta/src/content/docs/getting-started/installation.mdx index dfc3f21..58ebef1 100644 --- a/docs/beta/src/content/docs/getting-started/installation.mdx +++ b/docs/beta/src/content/docs/getting-started/installation.mdx @@ -171,7 +171,7 @@ export const button = cva({ primary: "bg-blue-500 text-white border-transparent hover:bg-blue-600", secondary: "bg-white text-gray-800 border-gray-400 hover:bg-gray-100", }, - } + }, defaultVariants: { intent: "primary", },