EmojiSelector: improve style of 3-dots icon

environments/review-react-any-qh6e12/deployments/2599
Alex Gleason 2 years ago
parent 16179a6371
commit f9cb9d468b
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -138,6 +138,7 @@ const EmojiSelector: React.FC<IEmojiSelector> = ({
{all && ( {all && (
<IconButton <IconButton
className='text-gray-600 hover:text-gray-600 dark:hover:text-white'
src={require('@tabler/icons/dots.svg')} src={require('@tabler/icons/dots.svg')}
onClick={handleExpand} onClick={handleExpand}
/> />

Loading…
Cancel
Save