colorize group title
This commit is contained in:
parent
4edced25c7
commit
9a299ba8cc
@ -91,7 +91,9 @@ const renderGroups = ({ groups }) => {
|
||||
return (
|
||||
<React.Fragment key={ig}>
|
||||
{blocksTitle && (
|
||||
<AntDivider style={{ margin: '8px 0' }}>{blocksTitle}</AntDivider>
|
||||
<AntDivider style={{ margin: '8px 0', color: colors.blueTemp[200] }}>
|
||||
{blocksTitle}
|
||||
</AntDivider>
|
||||
)}
|
||||
<Flex flexDirection="row" flexWrap="wrap">
|
||||
{renderBlocks({ blocks })}
|
||||
|
||||
Reference in New Issue
Block a user