fix: use theme colours

This commit is contained in:
Leon
2025-07-19 10:24:02 +02:00
parent 6f7503039d
commit d267c7271b
5 changed files with 11 additions and 11 deletions

View File

@@ -31,7 +31,7 @@ export default function LoginPage() {
}
return (
<div className="min-h-screen bg-gray-50 flex items-center justify-center">
<div className="min-h-screen bg-background flex items-center justify-center">
<div className="max-w-md w-full space-y-8 p-8">
<div className="text-center">
<div className="flex justify-center mb-4">
@@ -43,8 +43,8 @@ export default function LoginPage() {
className="rounded-lg"
/>
</div>
<h2 className="text-3xl font-bold text-gray-900">LetterFeed</h2>
<p className="mt-2 text-gray-600">Sign in to your account</p>
<h2 className="text-3xl font-bold text-foreground">LetterFeed</h2>
<p className="mt-2 text-muted-foreground">Sign in to your account</p>
</div>
<Card>