Skip to content

Commit 50d2ed1

Browse files
committed
Remove unused ChatWindow style and title
1 parent d5a4221 commit 50d2ed1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/compass-assistant/src/components/assistant-chat.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,6 @@ const messageFeedFixesStyles = css({
140140
fontWeight: 600,
141141
},
142142
});
143-
const chatWindowFixesStyles = css({
144-
height: '100%',
145-
display: 'flex',
146-
flexDirection: 'column',
147-
});
148143
const welcomeMessageStyles = css({
149144
paddingBottom: spacing[400],
150145
paddingLeft: spacing[400],
@@ -370,7 +365,7 @@ export const AssistantChat: React.FunctionComponent<AssistantChatProps> = ({
370365
style={chatContainerOverrideStyle}
371366
>
372367
<LeafyGreenChatProvider>
373-
<ChatWindow title="MongoDB Assistant" className={chatWindowFixesStyles}>
368+
<ChatWindow>
374369
<div
375370
data-testid="assistant-chat-messages"
376371
className={messageFeedFixesStyles}

0 commit comments

Comments
 (0)