From c2e05239f628c8d711e2c642426fcb8b8c5c827e Mon Sep 17 00:00:00 2001 From: itsTPM <26815728+itsTPM@users.noreply.github.com> Date: Sat, 30 Dec 2023 20:10:31 +0300 Subject: [PATCH] docs: change cards radius to `rounded-lg` (#231) --- apps/www/.vitepress/theme/components/LinkedCard.vue | 2 +- apps/www/src/lib/registry/new-york/ui/card/Card.vue | 2 +- apps/www/src/public/registry/styles/new-york/card.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/www/.vitepress/theme/components/LinkedCard.vue b/apps/www/.vitepress/theme/components/LinkedCard.vue index 791c75ab..88c608ee 100644 --- a/apps/www/.vitepress/theme/components/LinkedCard.vue +++ b/apps/www/.vitepress/theme/components/LinkedCard.vue @@ -3,7 +3,7 @@ import { cn } from '@/lib/utils' 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 f8b4ef1f..d39baad7 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 @@ -13,7 +13,7 @@ const props = defineProps({
\nimport { cn } from '@/lib/utils'\n\nconst props = defineProps({\n class: {\n type: String,\n default: '',\n },\n})\n\n\n\n" + "content": "\n\n\n" }, { "name": "CardContent.vue",