Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #205 from jung-dam-diary/feature/#204
Browse files Browse the repository at this point in the history
[feat #204]
  • Loading branch information
minsgy authored Dec 22, 2021
2 parents 5c15969 + 793e02f commit 5343fdd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles/ResetStyle.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ const ResetStyle = css`
#root {
height: 100%;
}
input {
border-radius: 0;
appearance: none;
}
`;

export default ResetStyle;

0 comments on commit 5343fdd

Please # to comment.