Update MainPanel.tsx

This commit is contained in:
talksik
2022-06-20 16:20:56 -05:00
parent 09dddb13a2
commit 0ccd4e8571
+1 -1
View File
@@ -82,7 +82,7 @@ function ConversationDetails({ masterConversation }: { masterConversation: Maste
sx={{ maxHeight: '100vh', display: 'flex', flexDirection: 'column' }}
>
{/* conversation header details and controls */}
<Box sx={{ p: 2, boxShadow: 3, zIndex: 10 }} flexDirection={'column'}>
<Box className={'titlebar'} sx={{ p: 2, boxShadow: 3, zIndex: 10 }} flexDirection={'column'}>
<Stack direction="row" alignItems="center">
<IconButton color="primary" size="small">
<FiSun />