fix(docs): update docs to background instead of backgroundColor (#2154)

This commit is contained in:
Waleed
2025-12-01 14:16:23 -08:00
committed by GitHub
parent ede41af674
commit ee3e1e8cf9

View File

@@ -24,7 +24,7 @@ export function BlockInfoCard({
<div className='flex items-center justify-center p-6'>
<div
className='flex h-20 w-20 items-center justify-center rounded-lg'
style={{ backgroundColor: color }}
style={{ background: color }}
>
{ResolvedIcon ? (
<ResolvedIcon className='h-10 w-10 text-white' />