From c6aa2139e0f39aa658944a1f4db5831380c91f52 Mon Sep 17 00:00:00 2001
From: Fedor Katurov <gotham48@gmail.com>
Date: Wed, 22 Sep 2021 15:06:17 +0700
Subject: [PATCH] fixed comment form shadows

---
 src/components/comment/CommentForm/styles.module.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/comment/CommentForm/styles.module.scss b/src/components/comment/CommentForm/styles.module.scss
index c9fa9839..adef4c41 100644
--- a/src/components/comment/CommentForm/styles.module.scss
+++ b/src/components/comment/CommentForm/styles.module.scss
@@ -10,14 +10,14 @@
 }
 
 .input {
+  @include row_shadow;
+
   position: relative;
   flex: 1;
   padding: 5px;
 }
 
 .buttons {
-  @include inner_shadow;
-
   position: relative;
   z-index: 1;
   display: grid;