Skip to content

Commit

Permalink
fixed some style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
plasne committed Feb 1, 2024
1 parent 10b4d78 commit f0fad75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/mgt-chat/src/components/Chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const useStyles = makeStyles({
*/
const messageThreadStyles: MessageThreadStyles = {
chatContainer: {
'& .ui-box': {
'& .uiBox': {
zIndex: 'unset',
'& div[data-ui-status]': {
display: 'inline-flex',
Expand All @@ -84,7 +84,7 @@ const messageThreadStyles: MessageThreadStyles = {
}
},
chatMessageContainer: {
'& p>mgt-person,msft-mention': {
'& p>mgtPerson,msftMention': {
display: 'inline-block',
...shorthands.marginInline('0px')
},
Expand All @@ -94,7 +94,7 @@ const messageThreadStyles: MessageThreadStyles = {
}
},
myChatMessageContainer: {
'& p>mgt-person,msft-mention': {
'& p>mgtPerson,msftMention': {
display: 'inline-block',
...shorthands.marginInline('0px')
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mgt-chat/src/components/ChatList/ChatList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export const ChatList = ({

return (
<FluentThemeProvider fluentTheme={FluentTheme}>
<FluentProvider id="fluentui" theme={webLightTheme} className={styles.fullHeight}>
<FluentProvider theme={webLightTheme} className={styles.fullHeight}>
<div className={styles.fullHeight}>
{Providers.globalProvider.state === ProviderState.SignedIn && (
<div className={styles.headerContainer}>
Expand Down

0 comments on commit f0fad75

Please sign in to comment.