- changed font colour
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user