Skip to content

Commit

Permalink
change-emoji-size
Browse files Browse the repository at this point in the history
  • Loading branch information
umangutkarsh committed Oct 17, 2023
1 parent 182b890 commit 57ff654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/MessageEmoji/MessageEmoji.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { css } from '@emotion/react';

const MessageEmoji = ({ body }) => {
const containerStyle = css`
font-size: 1rem; /* You can adjust the size as needed */
font-size: 1rem; /* Adjust the size as needed */
`;

const emojiHtml = emojione.toImage(body);
Expand Down

0 comments on commit 57ff654

Please sign in to comment.