diff --git a/apps/desktop/src/routes/auth/create.tsx b/apps/desktop/src/routes/auth/create.tsx index c982c3bbb..5623022e8 100644 --- a/apps/desktop/src/routes/auth/create.tsx +++ b/apps/desktop/src/routes/auth/create.tsx @@ -36,7 +36,9 @@ export function CreateAccountScreen() { onClick={() => setMethod("self")} className={cn( "flex flex-col items-start px-4 py-3.5 bg-neutral-900 rounded-xl hover:bg-neutral-800", - method === "self" ? "ring-1 ring-teal-500" : "", + method === "self" + ? "ring-1 ring-offset-4 ring-offset-black ring-blue-500" + : "", )} >
{t("signup.selfManageMethod")}
@@ -49,25 +51,57 @@ export function CreateAccountScreen() { onClick={() => setMethod("managed")} className={cn( "flex flex-col items-start px-4 py-3.5 bg-neutral-900 rounded-xl hover:bg-neutral-800", - method === "managed" ? "ring-1 ring-teal-500" : "", + method === "managed" + ? "ring-1 ring-offset-4 ring-offset-black ring-blue-500" + : "", )} > -{t("signup.providerMethod")}
+{t("signup.providerMethod")}
+ + Beta + +{t("signup.providerMethodDescription")}
- ++ Attention: +
++ You're chosing Managed by Provider, this feature still in + "Beta". +
++ Some functions still missing or not work as expected, you + shouldn't create your main account with this method +
+ + Learn more + +