Merge branch 'feature-report-export' of https://bitbucket.org/ecropdev/ielts-ui into feature-report-export

This commit is contained in:
Joao Ramos
2024-01-10 21:59:43 +00:00

View File

@@ -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";