make it pop much les

This commit is contained in:
talksik
2022-05-31 06:11:03 -05:00
parent c36017c106
commit 09c1359ac4
2 changed files with 4 additions and 4 deletions
@@ -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'}>