Skip to content

Commit 30f30ed

Browse files
Tweak text color of quote author in split layout
1 parent c092059 commit 30f30ed

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
@@ -22,7 +22,7 @@ export default function AuthSplitLayout({ children, title, description }: AuthLa
2222
<div className="relative z-20 mt-auto">
2323
<blockquote className="space-y-2">
2424
<p className="text-lg">&ldquo;{quote.message}&rdquo;</p>
25-
<footer className="text-sm">{quote.author}</footer>
25+
<footer className="text-sm text-gray-300">{quote.author}</footer>
2626
</blockquote>
2727
</div>
2828
)}

0 commit comments

Comments
 (0)