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;