We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a34bf commit 987e5a9Copy full SHA for 987e5a9
src/chat/components/ChatAvatar.tsx
@@ -1,6 +1,6 @@
1
+import NewChatBotProfileImage from "@/shared/assets/images/new-chatbot-profile.png";
2
import Image from "next/image";
3
import { css } from "styled-components";
-import NewChatBotProfileImage from "@/shared/assets/images/new-chatbot-profile.png";
4
export default function ChatAvatar() {
5
return (
6
<Image
@@ -10,7 +10,6 @@ export default function ChatAvatar() {
10
height={36}
11
css={css`
12
border-radius: 50%;
13
- background-color: ${({ theme }) => theme.colors.grey10};
14
`}
15
/>
16
);
0 commit comments