Merge branch 'fix-icon' into 'develop'
Fix icon in Group recent searches See merge request soapbox-pub/soapbox!2407
This commit is contained in:
commit
316a224c08
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue