Skip to content

Commit

Permalink
create roomMention style key inside MarkdownStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
robertKozik committed Apr 16, 2024
1 parent af93987 commit 8ec2dd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/hooks/useMarkdownStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ function useMarkdownStyle(message: string | null = null): MarkdownStyle {
color: theme.mentionText,
backgroundColor: theme.mentionBG,
},
mentionReport: {
color: theme.mentionText,
backgroundColor: theme.mentionBG,
},
}),
[theme, emojiFontSize],
);
Expand Down

0 comments on commit 8ec2dd6

Please sign in to comment.