From 528b0fd0cfe71519733303b33929f4db255c2347 Mon Sep 17 00:00:00 2001 From: itsTPM <26815728+itsTPM@users.noreply.github.com> Date: Sat, 3 Feb 2024 20:21:48 +0300 Subject: [PATCH] Revert "docs: change cards radius to `rounded-lg` (yep, again)" This reverts commit 348fac9c3b86376fec104aec61a946f6cacd2d53. --- apps/www/src/lib/registry/new-york/ui/card/Card.vue | 2 +- apps/www/src/public/registry/styles/new-york/card.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/www/src/lib/registry/new-york/ui/card/Card.vue b/apps/www/src/lib/registry/new-york/ui/card/Card.vue index 2597cf5f..94b69033 100644 --- a/apps/www/src/lib/registry/new-york/ui/card/Card.vue +++ b/apps/www/src/lib/registry/new-york/ui/card/Card.vue @@ -11,7 +11,7 @@ const props = defineProps<{
\nimport type { HTMLAttributes } from 'vue'\nimport { cn } from '@/lib/utils'\n\nconst props = defineProps<{\n class?: HTMLAttributes['class']\n}>()\n\n\n\n" + "content": "\n\n\n" }, { "name": "CardContent.vue",