Increase size of AI chat icon
This commit is contained in:
@@ -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"
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user