Update components/ColorCard.tsx

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
zero734kr 2021-04-16 23:20:53 -03:00 committed by GitHub
parent 06b378dfee
commit f7bb8105be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ const ColorCard = ({ header, first, second, className }: ColorCardProps): JSX.El
<h2 className='text-2xl font-bold'>{header}</h2>
<p className='opacity-80'>
{first}
<br />
<br />
{second}
</p>
</div>