Skip to content

Commit 531e504

Browse files
committed
feature comment input border test
1 parent f36f91d commit 531e504

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

services/ahhachul.com/src/pages/lost-found/lib/useCreateLostArticleForm.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export const useCreateLostArticleForm = () => {
1313
lostType: 'LOST',
1414
imageFiles: null,
1515
subwayLineId: null,
16-
categoryName: null,
1716
},
1817
});
1918

services/ahhachul.com/src/widgets/comments/ui/CommentTextField.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,10 @@ const CommentTextFieldWrap = styled.div`
209209
background-color: #141517;
210210
211211
& > div.editor-container {
212+
border: none;
212213
border-top-left-radius: 8px;
213214
border-top-right-radius: 8px;
214-
border-color: rgba(223, 232, 250, 0.45);
215-
border-bottom: none;
215+
border-top: 1px solid rgba(223, 232, 250, 0.45);
216216
217217
.editor-inner {
218218
.editor-input {

0 commit comments

Comments
 (0)