Fix emoji picker button color
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
eb93cb39fd
commit
1f6328c9c6
|
@ -64,7 +64,7 @@ const EmojiPickerDropdownContainer = (
|
||||||
<div className='relative' ref={setContainerElement}>
|
<div className='relative' ref={setContainerElement}>
|
||||||
<IconButton
|
<IconButton
|
||||||
className={clsx({
|
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}
|
ref={setPopperReference}
|
||||||
src={require('@tabler/icons/mood-happy.svg')}
|
src={require('@tabler/icons/mood-happy.svg')}
|
||||||
|
|
Loading…
Reference in New Issue