Is highlighting something and then putting a message redundant?
So my scene looks like this:
As you can see, in this case I highlighted the distance value because the card is near the user. As I couldn't think of any neat-looking way of highlighting a value that wasn't just changing the text color (this is far from optimal, because some color blind users wouldn't notice the new color), I decided to also add a label which would write what's interesting about this card.
Would the case of a non-colorblind user seeing a card which is telling the same information twice be detrimental to good user experience?
Should I keep thinking of another way of highlighting important values?
In the case that I keep this structure (color and message highlighting), is there any problem with using just one variation of the message (keep in mind that possibly the message could be seen multiple times at once, just like in the image).
Thanks!