Updated the text color of the unanswered WriteBlanks solutions
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user