colorize group title

This commit is contained in:
Chika 2020-09-13 19:11:00 +03:00
parent 4edced25c7
commit 9a299ba8cc

View File

@ -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 })}