From 0b44d48b765d1bdcade26055e977bada5d48d21f Mon Sep 17 00:00:00 2001 From: 1g2g <87280835+1g2g@users.noreply.github.com> Date: Sun, 3 Dec 2023 21:54:13 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=B1=84=ED=8C=85=20=EC=A0=84=EC=86=A1?= =?UTF-8?q?=20=EB=B2=84=ED=8A=BC=20=EC=95=84=EC=9D=B4=EC=BD=98=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9=20(#479)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ChattingPage/ChattingPage.style.ts | 6 +++--- src/pages/ChattingPage/ChattingPage.tsx | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/pages/ChattingPage/ChattingPage.style.ts b/src/pages/ChattingPage/ChattingPage.style.ts index 1150128..04a45b5 100644 --- a/src/pages/ChattingPage/ChattingPage.style.ts +++ b/src/pages/ChattingPage/ChattingPage.style.ts @@ -16,16 +16,16 @@ export const Main = styled(Flex)` export const SendButton = styled.button` width: 48px; - height: 32px; + height: 40px; font-size: ${({ theme }) => theme.FONT_SIZE.XS}; background-color: ${({ theme }) => theme.PALETTE.RED_500}; color: white; outline: none; - border-radius: 10%; + border-radius: 40%; border: none; & > svg { width: 100%; - height: 100%; + height: inherit; path { fill: white; } diff --git a/src/pages/ChattingPage/ChattingPage.tsx b/src/pages/ChattingPage/ChattingPage.tsx index f8a0cc4..d900b9a 100644 --- a/src/pages/ChattingPage/ChattingPage.tsx +++ b/src/pages/ChattingPage/ChattingPage.tsx @@ -1,4 +1,5 @@ import Hamburger from '@/assets/hamburger.svg?react'; +import PaperPlane from '@/assets/paperPlane.svg?react'; import { Avatar } from '@components/Avatar'; import { Header } from '@components/Header'; @@ -82,7 +83,7 @@ export const ChattingPage = () => { ref={inputRef} > - 전송 +