From 7763135428ed0713f47424309fd9cf79ecbbdf1b Mon Sep 17 00:00:00 2001 From: danidfra Date: Tue, 5 Nov 2024 15:06:51 -0300 Subject: [PATCH] Change classNames "autosuggest-emoji" to use only Tailwind --- src/components/autosuggest-emoji.tsx | 2 +- src/styles/tailwind.css | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/autosuggest-emoji.tsx b/src/components/autosuggest-emoji.tsx index 26f507b72..3c4cc3df2 100644 --- a/src/components/autosuggest-emoji.tsx +++ b/src/components/autosuggest-emoji.tsx @@ -28,7 +28,7 @@ const AutosuggestEmoji: React.FC = ({ emoji }) => { } return ( -
+
img{ + display: block; + margin-right: 8px; + width: 16px; + height: 16px; + } + .hide-scrollbar { scrollbar-width: none; /* Firefox */ }