fix(www): background color for auth form

This commit is contained in:
shadcn
2023-04-17 19:41:45 +04:00
parent a703c6fb58
commit 7a87fbfa77

View File

@@ -53,7 +53,7 @@ export function UserAuthForm({ className, ...props }: UserAuthFormProps) {
<span className="w-full border-t" />
</div>
<div className="relative flex justify-center text-xs uppercase">
<span className="bg-white px-2 text-muted-foreground">
<span className="bg-background px-2 text-muted-foreground">
Or continue with
</span>
</div>