Use a light color
This commit is contained in:
parent
cb9cb3aed3
commit
bcfd1764a5
@ -6,7 +6,7 @@ export default function Login() {
|
|||||||
<Head>
|
<Head>
|
||||||
<title>Mock SAML IdP - Login</title>
|
<title>Mock SAML IdP - Login</title>
|
||||||
</Head>
|
</Head>
|
||||||
<div className="w-[465px] max-w-[90%] mx-auto relative top-20 bg-lightBlue-100 dark:bg-blue-50 p-10 rounded-xl shadow-md shadow-blueGray-50 text-[#145698]">
|
<div className="w-[465px] max-w-[90%] mx-auto relative top-20 bg-blue-50 p-10 rounded-xl shadow-md shadow-blueGray-50 text-[#145698]">
|
||||||
<h2 className="text-3xl font-bold text-center mb-3">Login</h2>
|
<h2 className="text-3xl font-bold text-center mb-3">Login</h2>
|
||||||
<form>
|
<form>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user