From 0a604201d4761797130a7db1b8ab87493e2f821d Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Thu, 29 Apr 2021 12:24:48 +0300 Subject: [PATCH] Fix hotbar icon kind light theme (#2668) Signed-off-by: Jari Kolehmainen --- src/renderer/components/hotbar/hotbar-icon.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/hotbar/hotbar-icon.scss b/src/renderer/components/hotbar/hotbar-icon.scss index f75867d96c..1da432d568 100644 --- a/src/renderer/components/hotbar/hotbar-icon.scss +++ b/src/renderer/components/hotbar/hotbar-icon.scss @@ -48,7 +48,7 @@ margin: -8px; font-size: var(--font-size-small); background: var(--clusterMenuBackground); - color: white; + color: var(--textColorAccent); padding: 0px; border-radius: 50%; border: 2px solid var(--clusterMenuBackground);