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

@@ -73,13 +73,13 @@ export default function MatchSentencesSolutions({options, prompt, sentences, use
</div>
<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>