Skip to content

Commit

Permalink
Force the usage of the font style when merging classNames in the emoj…
Browse files Browse the repository at this point in the history
…i component
  • Loading branch information
xbtmatt committed Nov 30, 2024
1 parent 5a14ade commit 24f5027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typescript/frontend/src/utils/emoji.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const Emoji = ({
return (
<span
{...props}
className={cn(props.className, "text-[1em] font-noto-color-emoji")}
className={cn(props.className, "text-[1em] !font-noto-color-emoji")}
style={{ fontVariantEmoji: "emoji" }}
>
{data}
Expand Down

0 comments on commit 24f5027

Please sign in to comment.