Skip to content

Commit bf56775

Browse files
Same font size in split layout as simple layout
1 parent 30f30ed commit bf56775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/layouts/auth/auth-split-layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default function AuthSplitLayout({ children, title, description }: AuthLa
3333
<AppLogoIcon className="h-10 fill-current text-black sm:h-12" />
3434
</Link>
3535
<div className="flex flex-col items-start gap-2 text-left sm:items-center sm:text-center">
36-
<h1 className="text-2xl font-bold">{title}</h1>
36+
<h1 className="text-xl font-medium">{title}</h1>
3737
<p className="text-muted-foreground text-sm text-balance">{description}</p>
3838
</div>
3939
{children}

0 commit comments

Comments
 (0)