We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05e8fd4 + 19bfb09 commit d7427f3Copy full SHA for d7427f3
src/block.tsx
@@ -420,6 +420,8 @@ export const Block: React.FC<Block> = props => {
420
<div
421
className={classNames(
422
"notion-callout",
423
+ blockValue.format.block_color &&
424
+ `notion-${blockValue.format.block_color}`,
425
blockValue.format.block_color &&
426
`notion-${blockValue.format.block_color}_co`
427
)}
0 commit comments