Use default shadcn styles and tweak prompt (#439)

This commit is contained in:
Jeremy 2024-10-11 23:36:51 +05:30 committed by GitHub
parent cb60f8b143
commit b1d9a82d00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 60 additions and 66 deletions

View file

@ -1,6 +1,6 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"style": "default",
"rsc": true,
"tsx": true,
"tailwind": {
@ -17,4 +17,4 @@
"lib": "@/lib",
"hooks": "@/hooks"
}
}
}