EmojiSelector: improve style of 3-dots icon
This commit is contained in:
parent
16179a6371
commit
f9cb9d468b
|
@ -138,6 +138,7 @@ const EmojiSelector: React.FC<IEmojiSelector> = ({
|
|||
|
||||
{all && (
|
||||
<IconButton
|
||||
className='text-gray-600 hover:text-gray-600 dark:hover:text-white'
|
||||
src={require('@tabler/icons/dots.svg')}
|
||||
onClick={handleExpand}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue