File tree Expand file tree Collapse file tree
apps/web/src/components/auth Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { SignIn } from "@clerk/clerk-react" ;
21import { NewVersionNotice } from "@/components/notices/new-version-notice" ;
2+ import { SignIn } from "@clerk/clerk-react" ;
33
44const clerkAppearance = {
55 elements : {
66 rootBox : "w-full" ,
77 cardBox : "w-full" ,
8- // card: "px-1 pt-2",
98 formButtonPrimary : "bg-primary hover:bg-primary/90 text-primary-forground font-medium px-6 py-3 rounded-md" ,
109 formFieldInput : "px-4 py-3 max-h-none leading-normal" ,
1110 logoBox : "hidden" ,
1211 headerTitle : "text-2xl font-bold text-foreground" ,
1312 socialButtons : "grid-cols-1 gap-2 md:gap-3 w-full pb-2" ,
1413 socialButtonsBlockButton : "py-3 px-6" ,
15- // footer : "[&>div]:border-transparent [&>div]:rounded-xl [&>div]:bg-muted bg-none ",
14+ lastAuthenticationStrategyBadge : "hidden " ,
1615 } ,
1716 layout : {
1817 socialButtonsVariant : "blockButton" as const ,
You can’t perform that action at this time.
0 commit comments