From f0fad7506d68c201b25ae3c099df201d5742e20a Mon Sep 17 00:00:00 2001 From: Peter Lasne Date: Thu, 1 Feb 2024 15:24:06 -0500 Subject: [PATCH] fixed some style issues --- packages/mgt-chat/src/components/Chat/Chat.tsx | 6 +++--- packages/mgt-chat/src/components/ChatList/ChatList.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/mgt-chat/src/components/Chat/Chat.tsx b/packages/mgt-chat/src/components/Chat/Chat.tsx index 6044d8b467..8137eae1fe 100644 --- a/packages/mgt-chat/src/components/Chat/Chat.tsx +++ b/packages/mgt-chat/src/components/Chat/Chat.tsx @@ -75,7 +75,7 @@ const useStyles = makeStyles({ */ const messageThreadStyles: MessageThreadStyles = { chatContainer: { - '& .ui-box': { + '& .uiBox': { zIndex: 'unset', '& div[data-ui-status]': { display: 'inline-flex', @@ -84,7 +84,7 @@ const messageThreadStyles: MessageThreadStyles = { } }, chatMessageContainer: { - '& p>mgt-person,msft-mention': { + '& p>mgtPerson,msftMention': { display: 'inline-block', ...shorthands.marginInline('0px') }, @@ -94,7 +94,7 @@ const messageThreadStyles: MessageThreadStyles = { } }, myChatMessageContainer: { - '& p>mgt-person,msft-mention': { + '& p>mgtPerson,msftMention': { display: 'inline-block', ...shorthands.marginInline('0px') }, diff --git a/packages/mgt-chat/src/components/ChatList/ChatList.tsx b/packages/mgt-chat/src/components/ChatList/ChatList.tsx index 957c836957..e5adb0688b 100644 --- a/packages/mgt-chat/src/components/ChatList/ChatList.tsx +++ b/packages/mgt-chat/src/components/ChatList/ChatList.tsx @@ -239,7 +239,7 @@ export const ChatList = ({ return ( - +
{Providers.globalProvider.state === ProviderState.SignedIn && (