Skip to content

Commit

Permalink
Refactor : px->rem #92
Browse files Browse the repository at this point in the history
  • Loading branch information
ancy0 committed Oct 11, 2023
1 parent 055a492 commit 7dbf770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/common/InputComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ const InputField = styled(TextField)`
}
&.Mui-error {
border: 1px solid red;
border: 0.1rem solid red;
}
`;

Expand Down
2 changes: 1 addition & 1 deletion src/components/common/SearchAuto.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const SearchAutoForm = styled(Autocomplete)`
border-radius: 20rem;
}
& .MuiInput-root::after {
margin-top: 80px;
margin-top: 8rem;
border: none;
border-radius: 20rem;
}
Expand Down

0 comments on commit 7dbf770

Please sign in to comment.