From b8b7c304e61081d67fe5675eddad4ae6272242a1 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Tue, 4 May 2021 12:18:47 +0300 Subject: [PATCH] Adding text-shadow for HotbarIcon contents Signed-off-by: Alex Andreev --- src/renderer/components/hotbar/hotbar-icon.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/components/hotbar/hotbar-icon.scss b/src/renderer/components/hotbar/hotbar-icon.scss index c6134f16e0..e4ce2708ed 100644 --- a/src/renderer/components/hotbar/hotbar-icon.scss +++ b/src/renderer/components/hotbar/hotbar-icon.scss @@ -6,6 +6,7 @@ user-select: none; cursor: pointer; transition: none; + text-shadow: 0 0 4px #0000008f; div.MuiAvatar-colorDefault { font-weight:500;