Fix warning in "primary-500"
This commit is contained in:
parent
76fd073c48
commit
b92276553a
|
@ -9,7 +9,7 @@ const PlaceholderCard: React.FC = () => (
|
||||||
'animate-pulse': true,
|
'animate-pulse': true,
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
<div className='primary-500 w-2/5 rounded-l'> </div>
|
<div className='w-2/5 rounded-l'> </div>
|
||||||
|
|
||||||
<div className='flex w-3/5 flex-col justify-between break-words p-4 text-primary-50'>
|
<div className='flex w-3/5 flex-col justify-between break-words p-4 text-primary-50'>
|
||||||
<p>{generateText(randomIntFromInterval(5, 25))}</p>
|
<p>{generateText(randomIntFromInterval(5, 25))}</p>
|
||||||
|
|
Loading…
Reference in New Issue