From 9dbb7c5dd4c26566e2b0904290e428ab3c96dcff Mon Sep 17 00:00:00 2001 From: gummmmmy0v0 Date: Sat, 23 Aug 2025 23:33:39 +0900 Subject: [PATCH 1/3] =?UTF-8?q?fix=20#67=20index.html=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- src/components/option/background-select.jsx | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/index.html b/index.html index 6a716f4..4ea9676 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + diff --git a/src/components/option/background-select.jsx b/src/components/option/background-select.jsx index 0e734cb..7fc4838 100644 --- a/src/components/option/background-select.jsx +++ b/src/components/option/background-select.jsx @@ -1,8 +1,6 @@ import { useEffect, useState } from "react"; import styled from "styled-components"; import CheckImage from "../../assets/ic-check.svg"; -import { OutlinedButton } from "../button/button"; -import BUTTON_SIZE from "../button/button-size"; import { media } from "../../utils/media"; import BACKGROUND_COLOR from "../color/background-color"; import Colors from "../color/colors"; From e0d9b10def405d7882f3f4271f7e935b490a885a Mon Sep 17 00:00:00 2001 From: gummmmmy0v0 Date: Sat, 23 Aug 2025 23:39:33 +0900 Subject: [PATCH 2/3] =?UTF-8?q?fix=20#67=20=EB=94=94=ED=8F=B4=ED=8A=B8=20?= =?UTF-8?q?=EC=95=84=EB=B0=94=ED=83=80=20=EC=B0=8C=EA=B7=B8=EB=9F=AC?= =?UTF-8?q?=EC=A7=90=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/send-message-page.jsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/pages/send-message-page.jsx b/src/pages/send-message-page.jsx index 0aa0275..684e503 100644 --- a/src/pages/send-message-page.jsx +++ b/src/pages/send-message-page.jsx @@ -70,13 +70,13 @@ const AvatarOption = styled.div` } `; -const AvatarPreview = styled.div` - cursor: pointer; +const DefaultAvatar = styled.div` + height: 100%; + padding-top: 20px; `; -const DefaultAvatar = styled.div` +const AvatarPreview = styled.div` cursor: pointer; - padding-top: 20px; box-shadow: ${({ $isSelected }) => $isSelected ? `0 0 0 2px ${Colors.purple(600)}` : "none"}; border-radius: 50%; @@ -173,7 +173,9 @@ function SendMessagePage() { 프로필 이미지 - + + + 프로필 이미지를 선택해 주세요! From f3311a3410941c52ad97554a467134e2a4e3d510 Mon Sep 17 00:00:00 2001 From: gummmmmy0v0 Date: Sat, 23 Aug 2025 23:42:05 +0900 Subject: [PATCH 3/3] =?UTF-8?q?fix=20#67=20background-select.jsx=20(=20}?= =?UTF-8?q?=20)=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/option/background-select.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/option/background-select.jsx b/src/components/option/background-select.jsx index 7fc4838..af074e1 100644 --- a/src/components/option/background-select.jsx +++ b/src/components/option/background-select.jsx @@ -35,7 +35,6 @@ const CheckedIcon = styled.img` left: 50%; transform: translate(-50%, -50%); padding: 5px; - } `; const BackgroundOverlay = styled.div`