Skip to content

Commit

Permalink
setup shadeCN and fix themes
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshj01 committed Jun 13, 2024
1 parent cb0d85e commit 20699c0
Show file tree
Hide file tree
Showing 18 changed files with 790 additions and 338 deletions.
217 changes: 141 additions & 76 deletions .firebase/hosting.b3V0.cache

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/app/_components",
"utils": "@/lib/utils",
"ui": "@/app/_components"
}
}
Loading

0 comments on commit 20699c0

Please sign in to comment.