Added a subtitle of the colors

This commit is contained in:
Tiago Ribeiro
2023-06-22 23:16:07 +01:00
parent 747c07f84e
commit 9cbb5b93c8
4 changed files with 21 additions and 12 deletions

View File

@@ -112,13 +112,16 @@ export default function WriteBlanksSolutions({
</span>
<div className="flex gap-4 items-center">
<div className="flex gap-2 items-center">
<div className="w-4 h-4 rounded-full bg-mti-green" />= Correct
<div className="w-4 h-4 rounded-full bg-mti-green" />
Correct
</div>
<div className="flex gap-2 items-center">
<div className="w-4 h-4 rounded-full bg-mti-blue" />= Unanswered
<div className="w-4 h-4 rounded-full bg-mti-blue" />
Unanswered
</div>
<div className="flex gap-2 items-center">
<div className="w-4 h-4 rounded-full bg-mti-orange" />= Wrong
<div className="w-4 h-4 rounded-full bg-mti-orange" />
Wrong
</div>
</div>
</div>