- changed font colour

This commit is contained in:
2025-12-23 08:59:55 +00:00
parent ef5f07de0a
commit 4a7fb58411

View File

@@ -18,7 +18,7 @@ const SightingItem = ({ sighting }: SightingItemProps) => {
<span className="font-light border bg-blue-400 text-blue-800 px-2 rounded">{timeStamp}</span>
</div>
<div className="text-xl">
<span className="font-semibold">{sighting.vrm}</span>
<span className="font-semibold text-gray-200">{sighting.vrm}</span>
</div>
</div>
<NumberPlate vrm={sighting.vrm} motion={motion} size="md" />