Updated the color of the task response
This commit is contained in:
@@ -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 : ""}
|
||||
|
||||
Reference in New Issue
Block a user