Skip to content

Commit ee3e1e8

Browse files
authored
fix(docs): update docs to background instead of backgroundColor (#2154)
1 parent ede41af commit ee3e1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/components/ui/block-info-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export function BlockInfoCard({
2424
<div className='flex items-center justify-center p-6'>
2525
<div
2626
className='flex h-20 w-20 items-center justify-center rounded-lg'
27-
style={{ backgroundColor: color }}
27+
style={{ background: color }}
2828
>
2929
{ResolvedIcon ? (
3030
<ResolvedIcon className='h-10 w-10 text-white' />

0 commit comments

Comments
 (0)