Skip to content

Commit 2bd8059

Browse files
committed
make the chat markdown heading styles consistent between Compass and DE
1 parent d07e301 commit 2bd8059

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ const assistantChatFixesStyles = css({
7979
fontSize: '13px',
8080
lineHeight: '15px',
8181
marginTop: '4px',
82+
// DE has reset css that sets all font weights to 400
83+
fontWeight: 700,
8284
},
8385
/** h1 -> h3 styling */
8486
h1: {

0 commit comments

Comments
 (0)