Chat AI image size fix

This commit is contained in:
Dustin Brett
2023-03-23 20:50:43 -07:00
parent 1d5de2c821
commit 96c8a321e8

View File

@@ -41,6 +41,7 @@ const StyledMessage = styled.li<StyledMessageProps>`
background: ${$image
? `url(${$image})`
: "linear-gradient(90deg, rgb(248, 249, 253), rgb(245, 248, 253))"};
background-size: contain;
color: #000;
margin-left: 56px;
margin-right: auto;