From 58baea68f297721748702a7ce2fba23f9c5ccb2d Mon Sep 17 00:00:00 2001 From: cha0s Date: Wed, 20 Jan 2021 09:56:02 -0600 Subject: [PATCH] fix: parity --- app/src/react/components/play/hotbar/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/react/components/play/hotbar/index.scss b/app/src/react/components/play/hotbar/index.scss index a9720e5..7aa8703 100644 --- a/app/src/react/components/play/hotbar/index.scss +++ b/app/src/react/components/play/hotbar/index.scss @@ -12,7 +12,7 @@ .item-slot.active { border: 4px solid rgba(255, 255, 0, 1); &:hover { - @include shadow-border(2px, rgba(255, 255, 0, 0.7), 8px); + @include shadow-border(4px, rgba(255, 255, 0, 0.3), 8px); } } }