diff --git a/src/components/_shared/CommentEditor/styles/CommentEditor.module.scss b/src/components/_shared/CommentEditor/styles/CommentEditor.module.scss index bdb60f3e..6f8827ec 100644 --- a/src/components/_shared/CommentEditor/styles/CommentEditor.module.scss +++ b/src/components/_shared/CommentEditor/styles/CommentEditor.module.scss @@ -1,6 +1,6 @@ .commentEditor { - border: 2px solid #e8e8e8; - border-radius: 8px; + background: #f7f7f8; + border-radius: 16px; padding: 16px; .textarea {