make it pop much les
This commit is contained in:
@@ -20,7 +20,6 @@ import { useKeyPressEvent, useRendersCount } from 'react-use';
|
||||
|
||||
import Conversation from '@nirvana/core/src/models/conversation.model';
|
||||
import ConversationLabel from '../subcomponents/ConversationLabel';
|
||||
import { FaRocket } from 'react-icons/fa';
|
||||
import KeyboardShortcutLabel from './KeyboardShortcutLabel';
|
||||
import { SUPPORT_DISPLAY_NAME } from '../util/support';
|
||||
import useAuth from '../providers/AuthProvider';
|
||||
@@ -64,7 +63,7 @@ export function ConversationList({ lookingForSomeone = false }: { lookingForSome
|
||||
<List
|
||||
subheader={
|
||||
<ListSubheader>
|
||||
<FaRocket />
|
||||
<FiActivity />
|
||||
<Typography variant="subtitle2"> Priority</Typography>
|
||||
</ListSubheader>
|
||||
}
|
||||
|
||||
@@ -3,6 +3,7 @@ import {
|
||||
AvatarGroup,
|
||||
Box,
|
||||
Button,
|
||||
Container,
|
||||
Divider,
|
||||
Fab,
|
||||
IconButton,
|
||||
@@ -115,13 +116,13 @@ export default function FooterControls() {
|
||||
<FiSun />
|
||||
</IconButton>
|
||||
|
||||
<Box sx={{ color: 'GrayText' }}>
|
||||
<Container maxWidth={'md'}>
|
||||
<ConversationLabel
|
||||
users={selectedConversation.userCache ?? []}
|
||||
conversationName={selectedConversation.name}
|
||||
isSelected={true}
|
||||
/>
|
||||
</Box>
|
||||
</Container>
|
||||
</Stack>
|
||||
|
||||
<AvatarGroup variant={'rounded'}>
|
||||
|
||||
Reference in New Issue
Block a user