UNO refactor: panel-ize Auth card + Room friend-picker modal
CI/CD / CI - API (dotnet build + engine sim) (push) Successful in 3m24s
CI/CD / CI - Web (tsc + next build) (push) Successful in 1m8s
CI/CD / Deploy - local stack (db + server + web) (push) Successful in 59s

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
soroush.asadi
2026-06-11 10:42:49 +03:30
parent ac05a7b679
commit 5e726e88ba
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export function AuthScreen() {
return (
<ScreenShell hideNav>
<ScreenHeader title={t("auth.title")} />
<div className="glass rounded-3xl p-6 max-w-md mx-auto">
<div className="panel rounded-3xl p-6 max-w-md mx-auto mt-6">
<p className="text-center text-cream/60 text-sm mb-5">{t("auth.subtitle")}</p>
{/* Active method: phone OTP */}