Skip to content

Commit

Permalink
Fix emoji picker font
Browse files Browse the repository at this point in the history
  • Loading branch information
xbtmatt committed Nov 30, 2024
1 parent 397d25e commit 91136d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import { useWallet } from "@aptos-labs/wallet-adapter-react";
import "./triangle.css";

const EMOJI_FONT_FAMILY =
'"EmojiMart", "Segoe UI Emoji", "Segoe UI Symbol", ' +
'"Segoe UI", "Apple Color Emoji", "Twemoji Mozilla", "Noto Color Emoji", ' +
'"Noto Color Emoji", "Apple Color Emoji", "EmojiMart", "Segoe UI Emoji", ' +
'"Segoe UI Symbol", "Segoe UI", "Apple Color Emoji", "Twemoji Mozilla", ' +
'"Android Emoji"';

const ChatInputBox = ({ children }: { children: React.ReactNode }) => {
Expand Down

0 comments on commit 91136d3

Please sign in to comment.