File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export default function LoginPage() {
2323 } ;
2424
2525 return (
26- < div className = "min-h-screen bg-gradient-to-b from-blue-50 to-purple-100 dark:from-gray-900 dark:to-gray-800 flex flex-col items-center pt-8" >
26+ < div className = "min-h-screen bg-gradient-to-b from-white to-black dark:from-white dark:to-black flex flex-col items-center pt-8" >
2727 { /* Logo */ }
2828 < div className = "mb-3 mt-8" >
2929 < Image
@@ -35,7 +35,7 @@ export default function LoginPage() {
3535 />
3636 </ div >
3737 { /* Card */ }
38- < div className = "w-full max-w-md bg-white dark:bg-gray -900 rounded-2xl shadow-xl p-8 flex flex-col items-center" >
38+ < div className = "w-full max-w-md bg-white dark:bg-black -900 rounded-2xl shadow-xl p-8 flex flex-col items-center" >
3939 < h1 className = "text-2xl font-bold text-center mb-2 bg-gradient-to-r from-blue-500 to-purple-600 bg-clip-text text-transparent" >
4040 Log In
4141 </ h1 >
@@ -78,7 +78,7 @@ export default function LoginPage() {
7878 < button
7979 type = "submit"
8080 disabled = { loading }
81- className = "mt-4 w-full py-2 rounded bg-gradient-to-r from-blue -500 to-purple-500 text-white font-semibold shadow hover:from-blue-600 hover:to-purple-600 transition"
81+ className = "mt-4 w-full py-2 rounded bg-gradient-to-r from-black -500 to-black-900 text-white font-semibold shadow hover:from-blue-600 hover:to-purple-600 transition"
8282 >
8383 { loading ? "Logging in..." : "Login" }
8484 </ button >
You can’t perform that action at this time.
0 commit comments