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 />