From e0077cdaf91d2f542eaf2e0e2589c39e2d648651 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Wed, 22 Sep 2021 15:03:18 +0700 Subject: [PATCH] fixed comments form box shadow --- src/components/comment/CommentForm/styles.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/comment/CommentForm/styles.module.scss b/src/components/comment/CommentForm/styles.module.scss index 57f6e464..c9fa9839 100644 --- a/src/components/comment/CommentForm/styles.module.scss +++ b/src/components/comment/CommentForm/styles.module.scss @@ -16,7 +16,7 @@ } .buttons { - @include outer_shadow(); + @include inner_shadow; position: relative; z-index: 1;