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 && (
<div
style={{
width: 24,
height: 24,
width: 32,
height: 32,
borderRadius: "50%",
display: "flex",
alignItems: "center",
justifyContent: "center",
marginRight: 8,
marginRight: 10,
flexShrink: 0,
marginTop: 2,
marginTop: 0,
overflow: "hidden"
}}
>