Documentation
Support
diff --git a/src/app/[orgId]/components/TopbarNav.tsx b/src/app/[orgId]/components/TopbarNav.tsx
index 7be363f..0ff9d86 100644
--- a/src/app/[orgId]/components/TopbarNav.tsx
+++ b/src/app/[orgId]/components/TopbarNav.tsx
@@ -40,8 +40,8 @@ export function TopbarNav({
className={cn(
"px-2 py-3 text-md",
pathname.startsWith(item.href.replace("{orgId}", orgId))
- ? "border-b-2 border-stone-600 text-stone-600"
- : "hover:text-gray-600 text-stone-400",
+ ? "border-b-2 border-base-600 text-base-600"
+ : "hover:text-gray-600 text-base-400",
"whitespace-nowrap",
disabled && "cursor-not-allowed",
)}
diff --git a/src/app/[orgId]/layout.tsx b/src/app/[orgId]/layout.tsx
index b2941d0..719e42a 100644
--- a/src/app/[orgId]/layout.tsx
+++ b/src/app/[orgId]/layout.tsx
@@ -50,7 +50,7 @@ export default async function ConfigurationLaytout({
return (
<>
-