Compare commits

..

3 Commits

Author SHA1 Message Date
ebube d72b003971 fixed a typo 2024-01-05 23:46:56 -08:00
ebube f1030fd52e Update: text color on auth-layout 2024-01-05 11:52:21 -08:00
ameye 0c995646cd Merge branch 'capability-to-hide-history' of MyFit/users-myfit into master 2023-10-04 11:40:26 +00:00
+2 -2
View File
@@ -22,8 +22,8 @@ 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">
{slogan}
<p className="text-[60px] font-bold leading-[72px] text-[#a03774]">
{slogan}
</p>
</div>
</div>