From dd31d6c9e394204c93e2fa1ae6bf0020dadc51ad Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Sat, 8 Mar 2025 22:09:19 +0300 Subject: [PATCH] docs: refine UI components and styling --- docs/app/page.tsx | 2 +- docs/components/builder/index.tsx | 2 +- docs/components/builder/sign-in.tsx | 2 +- docs/components/builder/tabs.tsx | 2 +- docs/components/landing/hero.tsx | 2 +- docs/components/ui/dialog.tsx | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/app/page.tsx b/docs/app/page.tsx index 301acbaa..4aacf95f 100644 --- a/docs/app/page.tsx +++ b/docs/app/page.tsx @@ -28,7 +28,7 @@ export default async function HomePage() { return (
-
+
{options.signUp ? ( + Sign In diff --git a/docs/components/builder/tabs.tsx b/docs/components/builder/tabs.tsx index fb5219fe..2f6e5c14 100644 --- a/docs/components/builder/tabs.tsx +++ b/docs/components/builder/tabs.tsx @@ -74,7 +74,7 @@ export const AuthTabs = ({ zIndex: -idx, opacity: idx < 3 ? 1 - idx * 0.1 : 0, }} - className={cn("w-50 h-full", isActive(tab) ? "" : "hidden")} + className={cn("h-full", isActive(tab) ? "" : "hidden")} > {tab.content}
diff --git a/docs/components/landing/hero.tsx b/docs/components/landing/hero.tsx index 83821c1c..fc4af948 100644 --- a/docs/components/landing/hero.tsx +++ b/docs/components/landing/hero.tsx @@ -49,7 +49,7 @@ function TrafficLightsIcon(props: React.ComponentPropsWithoutRef<"svg">) { export default function Hero() { return ( -
+
diff --git a/docs/components/ui/dialog.tsx b/docs/components/ui/dialog.tsx index 65c18917..94f64dfe 100644 --- a/docs/components/ui/dialog.tsx +++ b/docs/components/ui/dialog.tsx @@ -57,7 +57,7 @@ function DialogContent({