From 759f4c11ab7075554ab8686a89bcaa6bda3ac2a1 Mon Sep 17 00:00:00 2001 From: Jannis Braun <151788261+TheZwiss@users.noreply.github.com> Date: Fri, 13 Mar 2026 04:10:18 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20JoinPage=20design=20polish=20=E2=80=94?= =?UTF-8?q?=20broken=20divider=20token,=20width/padding/label/hover=20cons?= =?UTF-8?q?istency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/web/src/components/JoinPage.tsx | 28 ++++++++++++------------ 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/web/src/components/JoinPage.tsx b/packages/web/src/components/JoinPage.tsx index a7cbc40f..d08d8c45 100644 --- a/packages/web/src/components/JoinPage.tsx +++ b/packages/web/src/components/JoinPage.tsx @@ -214,7 +214,7 @@ export function JoinPage() { return (
-
+
@@ -248,7 +248,7 @@ export function JoinPage() { return (
-
+
{/* Space preview */}
@@ -342,22 +342,22 @@ export function JoinPage() { Create an account {/* Divider */}
-
+
or -
+
@@ -378,7 +378,7 @@ export function JoinPage() { value={otherDomain} onChange={(e) => setOtherDomain(e.target.value)} placeholder="e.g. my-instance.com" - className="flex-1 px-3 py-2 bg-surface-input rounded text-txt-primary text-sm outline-none focus:ring-2 focus:ring-accent-primary" + className="flex-1 px-3 py-2.5 bg-surface-input rounded text-txt-primary text-sm outline-none focus:ring-2 focus:ring-accent-primary" autoFocus />