From e8effb92f1c881b9944a56139d12d158fc985e0b Mon Sep 17 00:00:00 2001
From: Fedor Katurov <gotham48@gmail.com>
Date: Sun, 2 Jan 2022 17:22:03 +0700
Subject: [PATCH] fixed submit bar shadows

---
 src/components/bars/SubmitBar/styles.module.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/bars/SubmitBar/styles.module.scss b/src/components/bars/SubmitBar/styles.module.scss
index da4233da..0980db65 100644
--- a/src/components/bars/SubmitBar/styles.module.scss
+++ b/src/components/bars/SubmitBar/styles.module.scss
@@ -55,7 +55,7 @@
 }
 
 .link {
-  @include outer_shadow;
+  @include row_shadow;
 
   height: $bar_height;
   width: $bar_height;