Skip to content

Commit

Permalink
change color of login
Browse files Browse the repository at this point in the history
  • Loading branch information
thakiyudheen committed Jul 24, 2024
1 parent 60210e0 commit f887fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Pages/auth/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const Login: React.FC = () => {
return (
<>
<Navbar />
<div className="w-full flex flex-col md:flex-row items-center justify-evenly font-Poppins md:dark:bg-gray-800 h-screen font-Poppins">
<div className="w-full flex flex-col md:flex-row items-center justify-evenly font-Poppins h-screen font-Poppins">
<img className='absolute md:h-[12%] h-[9%] top-0 left-0 md:left-4' src={LearnUp} alt="" />
<motion.img
className='md:h-[70%] h-[30%] md:mb-0 mb-8'
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/auth/Signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const Signup: React.FC = () => {
<img className="absolute md:h-[12%] h-[9%] top-0 left-0 md:left-4" src={LearnUp} alt="" />
<img className="h-[70%] hidden md:block" src={SignupSVG} alt="" />
{isLoading && <LoadingIndicator />}
<div className={`max-w-md w-full p-10 rounded-[10px] md:shadow-md absolute md:mt-[4rem] m-3 md:relative md:space-y-4 `}>
<div className={`max-w-md w-full p-10 rounded-[10px] md:shadow-md absolute md:mt-[4rem] m-3 md:relative md:space-y-4 `}>
<motion.h2
initial={{ opacity: 0, y: -50 }}
animate={{ opacity: 1, y: 0 }}
Expand Down

0 comments on commit f887fc8

Please sign in to comment.