Skip to content

Commit

Permalink
Merge pull request #675 from sopt-makers/develop
Browse files Browse the repository at this point in the history
프로덕션 배포
  • Loading branch information
100Gyeon authored Jan 10, 2024
2 parents 70983db + d828be8 commit 8999d56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/components/feed/FeedCommentInput/FeedCommentInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ const CommentInput = styled('textarea', {
'&::placeholder': {
color: '$gray300',
},
'@tablet': {
fontStyle: 'B3',
},
});
const SendButton = styled('button', {
width: '48px',
Expand Down
5 changes: 2 additions & 3 deletions src/components/feed/Modal/FeedFormPresentation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ function FeedFormPresentation({
<STitleInput
className="calc_target"
type="text"
placeholder="제목을 입력해주세요 (최대 100자)"
placeholder="제목을 입력해 주세요. (최대 100자)"
value={titleValue}
onChange={e => {
const inputValue = e.target.value;
Expand All @@ -195,7 +195,7 @@ function FeedFormPresentation({
},
}}
ref={textAreaRef}
placeholder="모임에서 있었던 일들을 자유롭게 공유해주세요"
placeholder="모임에서 있었던 일들을 친구들에게 공유해 주세요!"
value={contentsValue}
onChange={onChange}
onBlur={onBlur}
Expand Down Expand Up @@ -377,7 +377,6 @@ const SFeedContentTextArea = styled('textarea', {
'@tablet': {
px: '$20',
boxSizing: 'border-box',
fontStyle: 'B3',
},

'&::-webkit-scrollbar': {
Expand Down

0 comments on commit 8999d56

Please sign in to comment.