Skip to content

Commit

Permalink
Merge pull request #34 from enMedD/web-dev
Browse files Browse the repository at this point in the history
changed tailwind themes and migrate button into schadcn/ui
  • Loading branch information
SchadenKai authored Aug 1, 2024
2 parents d6dd0be + 02bc569 commit 360305c
Show file tree
Hide file tree
Showing 70 changed files with 1,977 additions and 863 deletions.
17 changes: 17 additions & 0 deletions web/components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
Loading

0 comments on commit 360305c

Please sign in to comment.