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