Skip to content

Commit

Permalink
fixing missing colon in styled component for BlackButton
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJRamirez committed Jul 24, 2021
1 parent 0d24c53 commit 559b55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Register.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ border-radius: 8px;
background: black;
font-size: 0.7rem;
margin-top: 1rem;
padding 0.5rem;
padding: 0.5rem;
margin-bottom: 1rem;
`;

Expand Down

0 comments on commit 559b55c

Please sign in to comment.