update: changes to the font size of the average score validation in assessments
This commit is contained in:
parent
9fb75b7a37
commit
826e6087da
|
|
@ -861,7 +861,7 @@ export default function AssessmentPage() {
|
||||||
</div>
|
</div>
|
||||||
))
|
))
|
||||||
) : (
|
) : (
|
||||||
<Text className="text-lg text-gray-400">Data aspek kosong</Text>
|
<Text className="text-base text-gray-400">Data aspek ini kosong</Text>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -882,7 +882,7 @@ export default function AssessmentPage() {
|
||||||
</div>
|
</div>
|
||||||
))
|
))
|
||||||
) : (
|
) : (
|
||||||
<Text className="text-lg text-gray-400">Data sub-aspek kosong</Text>
|
<Text className="text-sm text-gray-400">Data sub-aspek ini kosong</Text>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user