Fix emoji picker button color

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2023-03-02 23:35:56 +01:00
parent eb93cb39fd
commit 1f6328c9c6

View file

@ -64,7 +64,7 @@ const EmojiPickerDropdownContainer = (
<div className='relative' ref={setContainerElement}>
<IconButton
className={clsx({
'text-gray-400 hover:text-gray-600': true,
'text-gray-600 hover:text-gray-700 dark:hover:text-gray-500': true,
})}
ref={setPopperReference}
src={require('@tabler/icons/mood-happy.svg')}