Skip to content

Commit a91cc4a

Browse files
임재은임재은
authored andcommitted
간단한 스타일수정
1 parent 2ecb189 commit a91cc4a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/pages/AddItem.jsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ const Label = styled(Title)`
202202
margin-bottom: 16px;
203203
`;
204204
const Input = styled.input`
205-
min-width: 344px;
206205
height: 56px;
207206
padding-left: 24px;
208207
border-radius: 12px;
@@ -212,7 +211,6 @@ const Input = styled.input`
212211
}
213212
`;
214213
const Textarea = styled.textarea`
215-
min-width: 344px;
216214
height: 282px;
217215
padding: 16px 24px;
218216
border-radius: 12px;
@@ -237,6 +235,7 @@ const FileLabel = styled.label`
237235
justify-content: center;
238236
align-items: center;
239237
font-size: 0;
238+
flex-shrink: 0;
240239
&:hover {
241240
background-color: rgb(233, 233, 233);
242241
}
@@ -272,7 +271,7 @@ const TagList = styled.div`
272271
`;
273272
const WarningText = styled.span`
274273
color: #f74747;
275-
font-size: 16px;
274+
font-size: 12px;
276275
`;
277276

278277
export default AddItem;

0 commit comments

Comments
 (0)