-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cmd(Ctrl) + Enter를 입력했을 때 댓글이 작성되도록 구현 #736
Conversation
⚡️ Lighthouse report!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fe-리뷰완 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
호옥시 디자인적으로 요청사항이 있는데 수정해주실 수 있으신가요??
사소한 부분이라 일단 approve하겠습니다!
fe-리뷰완
@@ -118,6 +127,7 @@ export default function CommentTextForm({ | |||
</SquareButton> | |||
</S.ButtonWrapper> | |||
</S.ButtonContainer> | |||
<S.KeyDescription>Ctrl(Command) + Enter 키로 댓글을 저장할 수 있습니다</S.KeyDescription> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
해당 부분 버튼 위로 올려주실 수 있으신가요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -20,12 +20,12 @@ export const TextArea = styled.textarea` | |||
resize: none; | |||
|
|||
&::placeholder { | |||
font-size: 14px; | |||
font-size: 1.4rem; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
옹 요거 var(--)로 하지 않으신 이유가 있나요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아 1.4rem을 가진 --가 없군요 ;;
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
네 맞습니당 😃
fe-리뷰요청 |
🔥 연관 이슈
close: #732
📝 작업 요약
⏰ 소요 시간
10분
🔎 작업 상세 설명