Update MainPanel.tsx
This commit is contained in:
@@ -125,7 +125,7 @@ function ConversationDetails({ masterConversation }: { masterConversation: Maste
|
|||||||
|
|
||||||
<Stack direction={'column'} sx={{ flex: 1, overflowY: 'auto' }}>
|
<Stack direction={'column'} sx={{ flex: 1, overflowY: 'auto' }}>
|
||||||
{/* main canvas */}
|
{/* main canvas */}
|
||||||
<Container maxWidth={'sm'} sx={{ pt: 2 }}>
|
<Container maxWidth={'sm'} sx={{ py: 2 }}>
|
||||||
<Stack spacing={1} sx={{ display: 'flex', flexDirection: 'column', py: 2 }}>
|
<Stack spacing={1} sx={{ display: 'flex', flexDirection: 'column', py: 2 }}>
|
||||||
<Typography textAlign={'center'} color="GrayText" variant={'subtitle1'}>
|
<Typography textAlign={'center'} color="GrayText" variant={'subtitle1'}>
|
||||||
last week
|
last week
|
||||||
|
|||||||
Reference in New Issue
Block a user