Skip to content

Commit

Permalink
fix(www): background color for auth form
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn committed Apr 17, 2023
1 parent a703c6f commit 7a87fbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7a87fbf

Please sign in to comment.