From 1169cd44adc8b04f9c842542886be229391e6c63 Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Tue, 16 May 2023 00:40:55 +0300 Subject: [PATCH] Comment field style fixes --- .../_shared/CommentEditor/styles/CommentEditor.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {