Updated the color of the task response

This commit is contained in:
Tiago Ribeiro
2024-07-22 23:30:22 +01:00
parent 41873f80d7
commit bd2efb0ef5
2 changed files with 266 additions and 342 deletions

View File

@@ -124,7 +124,7 @@ export default function Writing({id, type, prompt, attachment, userSolutions, on
return (
<div
className={clsx(
"bg-ielts-speaking text-ielts-speaking-light rounded-xl px-4 py-2",
"bg-ielts-writing text-ielts-writing-light rounded-xl px-4 py-2",
typeof taskResponse !== "number" && "tooltip",
)}
data-tip={typeof taskResponse !== "number" ? taskResponse.comment : ""}