Skip to content

Commit

Permalink
fix: minor styling updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gutsyphilip committed May 3, 2022
1 parent 2dc32b3 commit 6e52bcf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const StyledContainer = styled.div`
display: flex;
align-items: center;
padding: 15px;
background-color: #fafafa;
background-color: #F1F3F5;
border-radius: 8px;
transition: 100ms;
height: 64px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ const FormFrom = styled.form`
padding: 0 15px 0 15px;
height: 64px;
margin-top: 0;
background: #ffffff;
background-color: #F1F3F5;
:focus {
background-color: #FFFFFF;
}
}
input.error {
color: #fc5b5b;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ const FormFrom = styled.form`
text-align: right;
padding: 0 15px 0 15px;
height: 64px;
background: #ffffff;
background-color: #F1F3F5;
:focus {
background-color: #FFFFFF;
}
}
input.error {
color: #fc5b5b;
Expand Down

0 comments on commit 6e52bcf

Please sign in to comment.