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