diff --git a/net/web/src/session/conversation/Conversation.jsx b/net/web/src/session/conversation/Conversation.jsx index 5877fcf5..2e2908b4 100644 --- a/net/web/src/session/conversation/Conversation.jsx +++ b/net/web/src/session/conversation/Conversation.jsx @@ -19,6 +19,7 @@ export function Conversation({ closeConversation, openDetails, cardId, channelId update={(text) => actions.updateTopic(topic, text)} sealed={state.sealed && !state.contentKey} strings={state.strings} + colors={state.colors} menuStyle={state.menuStyle} />) } diff --git a/net/web/src/session/conversation/topicItem/TopicItem.jsx b/net/web/src/session/conversation/topicItem/TopicItem.jsx index df505ff9..73557834 100644 --- a/net/web/src/session/conversation/topicItem/TopicItem.jsx +++ b/net/web/src/session/conversation/topicItem/TopicItem.jsx @@ -9,7 +9,7 @@ import { ExclamationCircleOutlined, DeleteOutlined, EditOutlined, FireOutlined, import { Carousel } from 'carousel/Carousel'; import { useTopicItem } from './useTopicItem.hook'; -export function TopicItem({ host, contentKey, sealed, topic, update, remove, strings, menuStyle }) { +export function TopicItem({ host, contentKey, sealed, topic, update, remove, strings, colors, menuStyle }) { const [ modal, modalContext ] = Modal.useModal(); const { state, actions } = useTopicItem(topic, contentKey); @@ -106,7 +106,7 @@ export function TopicItem({ host, contentKey, sealed, topic, update, remove, str <> { topic.transform === 'error' && (