Skip to content

Commit

Permalink
UPDATE :: Update Input
Browse files Browse the repository at this point in the history
  • Loading branch information
drainxc committed Nov 16, 2022
1 parent c888c64 commit 4899020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/pages/companyPage/auth/signUp/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ const PlusButton = styled.div`
background-color: #f0f0f0;
outline: none;
border: none;
padding: 10px;
padding: 10px 10px 10px 20px;
border-radius: 12px;
left: -45px;
width: 250px;
Expand Down Expand Up @@ -792,7 +792,7 @@ const InputForm = styled.input`
height: 50px;
border-radius: 18px;
background-color: #f0f0f0;
font-size: 20px;
font-size: 17px;
margin-right: 30px;
padding-left: 24px;
font-weight: 700;
Expand Down

0 comments on commit 4899020

Please sign in to comment.