add blue text for common reward

This commit is contained in:
Adrian Brzeziński 2024-02-06 14:34:42 +04:00
parent 44e9d5b710
commit 72457a419b
1 changed files with 7 additions and 1 deletions

View File

@ -359,7 +359,13 @@ const ClaimPage = () => {
<p className="-mb-1.5 font-rewards text-base text-white">
{item}
</p>
<p className="-mb-1.5 font-rewards text-yellow-300">
<p
className={`-mb-1.5 font-rewards ${
rarity.toLowerCase() === 'common'
? 'text-blue-600'
: 'text-yellow-300'
}`}
>
{rarity}
</p>
<p className="-mb-1 font-rewards text-white">{info}</p>