Update icon color in Group timeline
This commit is contained in:
parent
fd9fc8bb59
commit
b959b14746
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ const GroupTimeline: React.FC<IGroupTimeline> = (props) => {
|
||||||
onLoadMore={handleLoadMore}
|
onLoadMore={handleLoadMore}
|
||||||
emptyMessage={
|
emptyMessage={
|
||||||
<Stack space={4} className='py-6' justifyContent='center' alignItems='center'>
|
<Stack space={4} className='py-6' justifyContent='center' alignItems='center'>
|
||||||
<div className='rounded-full bg-gray-200 p-4'>
|
<div className='rounded-full bg-gray-200 p-4 dark:bg-gray-800'>
|
||||||
<Icon
|
<Icon
|
||||||
src={require('@tabler/icons/message-2.svg')}
|
src={require('@tabler/icons/message-2.svg')}
|
||||||
className='h-6 w-6 text-gray-600'
|
className='h-6 w-6 text-gray-600'
|
||||||
|
|
Loading…
Reference in a new issue