Skip to content

Commit

Permalink
feat: added components
Browse files Browse the repository at this point in the history
  • Loading branch information
warmachine028 committed Aug 24, 2024
1 parent f508f6b commit 8e43b32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/components.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
Expand Down
2 changes: 1 addition & 1 deletion client/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
--border: 220 13% 91%;
--input: 220 13% 91%;
--ring: 262.1 83.3% 57.8%;
--radius: 0.5rem;
--radius: 0rem;
--chart-1: 12 76% 61%;
--chart-2: 173 58% 39%;
--chart-3: 197 37% 24%;
Expand Down
2 changes: 1 addition & 1 deletion client/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const metadata: Metadata = {
description: 'A social media app for the Next Fans'
}

export const RootLayout = ({
const RootLayout = ({
children
}: Readonly<{
children: React.ReactNode
Expand Down

0 comments on commit 8e43b32

Please sign in to comment.