Skip to content

Commit

Permalink
미해결 사항 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
seobbang committed Dec 26, 2022
1 parent 7902a20 commit 79e0c84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions week7/src/pages/Write.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ const StInputBox = styled.div`
display: flex;
flex-direction: column;
gap: 15px;
& .hidden {
display: none;
}
`;
const StLabel = styled.label`
font-size: 30px;
Expand All @@ -82,9 +85,6 @@ const StInput = styled.input`
border-radius: 20px;
border: none;
& .hidden {
display: none;
}
`;
const StFileBtn = styled.button`
height: 50px;
Expand Down

0 comments on commit 79e0c84

Please sign in to comment.