Fix warning in "primary-500"

This commit is contained in:
danidfra 2024-11-06 01:26:03 -03:00
parent 76fd073c48
commit b92276553a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ const PlaceholderCard: React.FC = () => (
'animate-pulse': true,
})}
>
<div className='primary-500 w-2/5 rounded-l'>&nbsp;</div>
<div className='w-2/5 rounded-l'>&nbsp;</div>
<div className='flex w-3/5 flex-col justify-between break-words p-4 text-primary-50'>
<p>{generateText(randomIntFromInterval(5, 25))}</p>