Skip to content

Commit

Permalink
Merge pull request #134 from ShivangRawat30/133
Browse files Browse the repository at this point in the history
Update signupform.style.js
  • Loading branch information
leecalcote committed Aug 17, 2023
2 parents 5dd833d + 343345b commit 18a84d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/src/components/SignupForm/signupform.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const SignupFormWrapper = styled.section`
margin-bottom: 3rem;
margin-top: 2rem;
text-align: justify;
color: #ececed;
color: #8b8b8f;
text-align: left;
}
Expand Down Expand Up @@ -247,4 +247,4 @@ const SignupFormWrapper = styled.section`
}
`;

export default SignupFormWrapper;
export default SignupFormWrapper;

0 comments on commit 18a84d5

Please sign in to comment.