EmojiSelector: improve style of 3-dots icon

This commit is contained in:
Alex Gleason 2023-02-12 20:29:33 -06:00
parent 16179a6371
commit f9cb9d468b
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 0 deletions

View File

@ -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}
/>