Merge branch 'fix-icon' into 'develop'

Fix icon in Group recent searches

See merge request soapbox-pub/soapbox!2407
This commit is contained in:
Chewbacca 2023-04-03 20:19:57 +00:00
commit 316a224c08

View file

@ -62,7 +62,7 @@ export default (props: Props) => {
<HStack alignItems='center' space={2}>
<div className='flex h-10 w-10 items-center justify-center rounded-full bg-gray-200 p-2 dark:bg-gray-800 dark:group-hover:bg-gray-700/20'>
<Icon
src={require('@tabler/icons/hash.svg')}
src={require('@tabler/icons/search.svg')}
className='h-5 w-5 text-gray-600'
/>
</div>