From 5f7efcfeb05e0da57fc9d6ebb59ddf15df1f1de9 Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Mon, 18 Dec 2023 20:36:41 -0600 Subject: [PATCH] fix(client): dialogue text not showing (#52593) --- client/src/templates/Challenges/components/scene/scene.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/templates/Challenges/components/scene/scene.css b/client/src/templates/Challenges/components/scene/scene.css index 5cbf2a469a7..ff54258dba1 100644 --- a/client/src/templates/Challenges/components/scene/scene.css +++ b/client/src/templates/Challenges/components/scene/scene.css @@ -1,6 +1,7 @@ .scene-wrapper { overflow: hidden; position: relative; + color: var(--gray-00); } .scene-start-screen {