diff --git a/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogCancel.vue b/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogCancel.vue index 54acd0da..c5c2bb48 100644 --- a/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogCancel.vue +++ b/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogCancel.vue @@ -2,7 +2,7 @@ import { type HTMLAttributes, computed } from 'vue' import { AlertDialogCancel, type AlertDialogCancelProps } from 'radix-vue' import { cn } from '@/lib/utils' -import { buttonVariants } from '@/lib/registry/default/ui/button' +import { buttonVariants } from '@/lib/registry/new-york/ui/button' const props = defineProps() diff --git a/apps/www/src/public/registry/styles/new-york/alert-dialog.json b/apps/www/src/public/registry/styles/new-york/alert-dialog.json index 12f55178..32fdf4f2 100644 --- a/apps/www/src/public/registry/styles/new-york/alert-dialog.json +++ b/apps/www/src/public/registry/styles/new-york/alert-dialog.json @@ -16,7 +16,7 @@ }, { "name": "AlertDialogCancel.vue", - "content": "\n\n\n" + "content": "\n\n\n" }, { "name": "AlertDialogContent.vue",