Skip to content

Commit

Permalink
Merge pull request #44 from janniks/master
Browse files Browse the repository at this point in the history
Add text color to callout
  • Loading branch information
tobiaslins committed Jan 7, 2021
2 parents 05e8fd4 + 19bfb09 commit d7427f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,8 @@ export const Block: React.FC<Block> = props => {
<div
className={classNames(
"notion-callout",
blockValue.format.block_color &&
`notion-${blockValue.format.block_color}`,
blockValue.format.block_color &&
`notion-${blockValue.format.block_color}_co`
)}
Expand Down

0 comments on commit d7427f3

Please sign in to comment.