Skip to content

Commit 17ad925

Browse files
Merge pull request #955 from GetStream/vishal/theme-text-changes
fix: update message text when theme changes [CRNS-467]
2 parents 8950840 + 6e7a5b2 commit 17ad925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/components/Message/MessageSimple/utils/renderText.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ export const renderText = <
262262
<Markdown
263263
key={`${JSON.stringify(mentioned_users)}-${onlyEmojis}-${
264264
messageOverlay ? JSON.stringify(markdownStyles) : undefined
265-
}`}
265+
}-${JSON.stringify(colors)}`}
266266
onLink={onLink}
267267
rules={{
268268
...customRules,

0 commit comments

Comments
 (0)