Increase size of AI chat icon

This commit is contained in:
2026-06-15 15:21:14 -07:00
parent 65fa9d94ee
commit 5f336e046b

View File

@@ -518,15 +518,15 @@ const MessageBubble = React.memo(function MessageBubble({
{!isUser && ( {!isUser && (
<div <div
style={{ style={{
width: 24, width: 32,
height: 24, height: 32,
borderRadius: "50%", borderRadius: "50%",
display: "flex", display: "flex",
alignItems: "center", alignItems: "center",
justifyContent: "center", justifyContent: "center",
marginRight: 8, marginRight: 10,
flexShrink: 0, flexShrink: 0,
marginTop: 2, marginTop: 0,
overflow: "hidden" overflow: "hidden"
}} }}
> >