From 174398b4f7ce155f4e9dee3c6d041a8bb13e0773 Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Wed, 10 Jan 2024 09:43:16 +0000 Subject: [PATCH] Updated the text color of the unanswered WriteBlanks solutions --- src/components/Solutions/WriteBlanks.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Solutions/WriteBlanks.tsx b/src/components/Solutions/WriteBlanks.tsx index 6740a4c5..617fe4b9 100644 --- a/src/components/Solutions/WriteBlanks.tsx +++ b/src/components/Solutions/WriteBlanks.tsx @@ -38,7 +38,7 @@ function Blank({ const getSolutionStyling = () => { if (!userSolution) { - return "bg-mti-gray-davy text-mti-gray-davy"; + return "bg-mti-gray-davy text-white"; } return "bg-mti-purple-ultralight text-mti-purple-light";