Скриншот палитры цветов, отображаемой для центрального блока героя

Вот текстовый медиаблок с цветом по умолчанию и без палитры цветов

Это код для MyHeroUnit.tsx в папке моего проекта/react-bricks/bricks/custom
(
{props.children}
)}
placeholder="Type a text..."
allowedFeatures={[
types.RichTextFeatures.Bold,
types.RichTextFeatures.Italic,
types.RichTextFeatures.Highlight,
types.RichTextFeatures.Code,
types.RichTextFeatures.Link,
]}
renderHighlight={({ children }) => (
{children}
)}
/>
Подробнее здесь: https://stackoverflow.com/questions/798 ... act-bricks
Мобильная версия