From 7ed844729b4e9527faa39a3b812d34fd387fd9af Mon Sep 17 00:00:00 2001
From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com>
Date: Sat, 9 Sep 2023 20:10:35 -0500
Subject: [PATCH] style: fix shadow on some clerk components
---
.vscode/settings.json | 2 +-
src/app/account/[[...account]]/page.tsx | 8 +++++++-
src/app/signup/[[...signup]]/page.tsx | 8 +++++++-
src/components/Navbar.tsx | 9 ++++++++-
tailwind.config.ts | 6 +++++-
5 files changed, 28 insertions(+), 5 deletions(-)
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 8aad976..30a46fb 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,4 +1,4 @@
{
"css.lint.unknownAtRules": "ignore",
- "cSpell.words": ["nextjs", "signup"]
+ "cSpell.words": ["conve", "nextjs", "signup"]
}
diff --git a/src/app/account/[[...account]]/page.tsx b/src/app/account/[[...account]]/page.tsx
index b468c61..af51cee 100644
--- a/src/app/account/[[...account]]/page.tsx
+++ b/src/app/account/[[...account]]/page.tsx
@@ -3,7 +3,13 @@ import { UserProfile } from '@clerk/nextjs';
export default function AccountPage() {
return (
-
+
);
}
diff --git a/src/app/signup/[[...signup]]/page.tsx b/src/app/signup/[[...signup]]/page.tsx
index 5715451..1c38b2f 100644
--- a/src/app/signup/[[...signup]]/page.tsx
+++ b/src/app/signup/[[...signup]]/page.tsx
@@ -3,7 +3,13 @@ import { SignUp } from '@clerk/nextjs';
export default function SignUpPage() {
return (
-
+
);
}
diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx
index d82212f..b6d5d73 100644
--- a/src/components/Navbar.tsx
+++ b/src/components/Navbar.tsx
@@ -4,7 +4,14 @@ import Link from 'next/link';
export default function Navbar() {
return (