Skip to content

Commit

Permalink
edited input
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggieWesolowska committed May 26, 2023
1 parent 254f5d4 commit 77593ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ContactForm/ContactForm.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
input {
color: #6e6d70;
font-size: 15px;
border: 1px solid #6e6d70;
border: 1px solid darkgrey;
border-radius: 5px;
padding: 10px;
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
Expand Down
2 changes: 1 addition & 1 deletion src/components/Filter/Filter.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ input {
color: #6e6d70;
width: 50vw;
font-size: 15px;
border: 1px solid #6e6d70;
border: 1px solid darkgrey;
border-radius: 5px;
padding: 10px;
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
Expand Down

0 comments on commit 77593ae

Please sign in to comment.