Update: text color on auth-layout #82
@@ -22,7 +22,7 @@ export default function LoginLayout({ slogan, children }) {
|
||||
{/* <img src={loginThumb} alt="login-thumb" /> */}
|
||||
</div>
|
||||
<div className="article w-[600px]">
|
||||
<p className="text-[60px] font-bold leading-[72px] text-white">
|
||||
<p className="text-[60px] font-bold leading-[72px] text-[ #a03774]">
|
||||
{slogan}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user