From 7a87fbfa771449a8e3a3b502399791278ae1f86b Mon Sep 17 00:00:00 2001 From: shadcn Date: Mon, 17 Apr 2023 19:41:45 +0400 Subject: [PATCH] fix(www): background color for auth form --- .../app/examples/authentication/components/user-auth-form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/app/examples/authentication/components/user-auth-form.tsx b/apps/www/app/examples/authentication/components/user-auth-form.tsx index f928f8fad7..816d48971d 100644 --- a/apps/www/app/examples/authentication/components/user-auth-form.tsx +++ b/apps/www/app/examples/authentication/components/user-auth-form.tsx @@ -53,7 +53,7 @@ export function UserAuthForm({ className, ...props }: UserAuthFormProps) {
- + Or continue with