Skip to content

Commit

Permalink
design: register button margin
Browse files Browse the repository at this point in the history
  • Loading branch information
uiop5809 committed Nov 6, 2024
1 parent 228ba2e commit 1251e37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/RegisterPage/UserRegisterPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@ const RegisterButton = styled.button`
background-color: #ff6e00;
color: white;
}
margin-bottom: 80px;
margin-left: 20px;
`;

const UserRegisterPage = () => {
Expand Down

0 comments on commit 1251e37

Please sign in to comment.