Merge branch 'fix-icon' into 'develop'

Fix icon in Group recent searches

See merge request soapbox-pub/soapbox!2407
environments/review-develop-3zknud/deployments/3062
Chewbacca 1 year ago
commit 316a224c08

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

Loading…
Cancel
Save