Skip to content

Commit

Permalink
Merge pull request SOLUX-high5ive#35 from SOLUX-high5ive/yeji
Browse files Browse the repository at this point in the history
수정
  • Loading branch information
leeeyez authored Feb 6, 2024
2 parents 8bc1e8b + 6227204 commit 84087db
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions src/pages/LandingPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,29 +59,49 @@ const SignUpButton = styled.button`
const EmailInput = styled.input`
width: 300px;
height: 50px;
background-color: #8E8E8E;
background-color: #8e8e8e7e;
border: none;
border-radius: 20px;
margin: 10px;
padding: 10px;
opacity: 0.6;
color: white;
font-weight: 500;
outline: none;
padding-left: 20px;
font-size: 20px;
&::placeholder {
color: white;
font-weight: 500;
}
`;

const PwInput = styled.input`
width: 300px;
height: 50px;
background-color: #8E8E8E;
background-color: #8e8e8e7e;
border: none;
border-radius: 20px;
margin: 10px;
padding: 10px;
opacity: 0.6;
outline: none;
color: white;
font-weight: 500;
padding-left: 20px;
font-size: 20px;
&::placeholder {
color: white;
font-weight: 500;
}
`;

const Earth = styled.img`
Expand Down Expand Up @@ -208,7 +228,7 @@ const LandingPage = () => {
<EmailInput
value={email}
onChange={handleEmailChange}
placeholder='이메일'
placeholder='아이디'
/>
<PwInput
value={password}
Expand Down

0 comments on commit 84087db

Please sign in to comment.