Skip to content

Commit 381fb76

Browse files
committed
chore: disable message bubble for the AI agent responses
1 parent 1aece3b commit 381fb76

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,5 @@ android.iml
151151
*.hprof
152152

153153
.idea/
154+
.vercel
155+
.env*.local

examples/react-chatbot/components/MessageBubble/MessageBubble.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
justify-content: flex-start;
1717

1818
.ai-demo-message__bubble {
19-
background-color: var(--ai-demo-bg-tertiary);
20-
border-radius: 18px;
21-
padding: 0.5rem 0.75rem;
19+
background-color: transparent;
20+
border-radius: 0;
21+
padding: 0;
2222
min-width: 50%;
2323
width: auto;
2424
}
@@ -90,7 +90,7 @@
9090

9191
&--ai .ai-demo-message__bubble {
9292
min-width: 60%;
93-
padding: 0.5rem 0.75rem;
93+
padding: 0;
9494
}
9595
}
9696
}

0 commit comments

Comments
 (0)