We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8950840 commit 6e7a5b2Copy full SHA for 6e7a5b2
package/src/components/Message/MessageSimple/utils/renderText.tsx
@@ -262,7 +262,7 @@ export const renderText = <
262
<Markdown
263
key={`${JSON.stringify(mentioned_users)}-${onlyEmojis}-${
264
messageOverlay ? JSON.stringify(markdownStyles) : undefined
265
- }`}
+ }-${JSON.stringify(colors)}`}
266
onLink={onLink}
267
rules={{
268
...customRules,
0 commit comments