From 6bd8843ff476a1cdab43207d5dce00879c8e2e65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Wed, 7 Jul 2021 10:19:18 +0200 Subject: [PATCH] MOBILE-3320 empty-box: Fix text color --- src/core/components/empty-box/empty-box.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/components/empty-box/empty-box.scss b/src/core/components/empty-box/empty-box.scss index 57fdd6b20..99ffdc978 100644 --- a/src/core/components/empty-box/empty-box.scss +++ b/src/core/components/empty-box/empty-box.scss @@ -1,5 +1,6 @@ :host { display: contents; + color: var(--text-color); .core-empty-box { position: absolute;