Skip to content

Commit 987e5a9

Browse files
committed
feat: 아바타 배경 색 제거
1 parent 54a34bf commit 987e5a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/chat/components/ChatAvatar.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import NewChatBotProfileImage from "@/shared/assets/images/new-chatbot-profile.png";
12
import Image from "next/image";
23
import { css } from "styled-components";
3-
import NewChatBotProfileImage from "@/shared/assets/images/new-chatbot-profile.png";
44
export default function ChatAvatar() {
55
return (
66
<Image
@@ -10,7 +10,6 @@ export default function ChatAvatar() {
1010
height={36}
1111
css={css`
1212
border-radius: 50%;
13-
background-color: ${({ theme }) => theme.colors.grey10};
1413
`}
1514
/>
1615
);

0 commit comments

Comments
 (0)