From 4455220e3f2421295339d768e85ce49159b0faf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=82=A8=EC=A0=95=EC=9A=B1?= <113816822+HelloWook@users.noreply.github.com> Date: Wed, 4 Dec 2024 05:10:38 +0900 Subject: [PATCH] =?UTF-8?q?style=20:=20=EB=94=94=EC=9E=90=EC=9D=B8=20?= =?UTF-8?q?=EC=8B=9C=EC=95=88=EC=97=90=20=EB=A7=9E=EA=B2=8C=20=EC=9E=91?= =?UTF-8?q?=EC=84=B1=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=88=98=EC=A0=95=20?= =?UTF-8?q?(#204)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * style : 버튼 색상 추가 * style : button 스타일 수정 * story : 버튼 스토리 수정 * chore : 선택 로직 수정 * style : select item 스타일 수정 * style : modal 페이지 스타일링 * chore : 버튼 위치 수정 --- .../Common/BottleLetter/Label/Label.tsx | 8 ++- .../KeywordToggleButton.tsx | 2 +- .../CreateButton/CreateButton.stories.tsx | 23 ++++++++- .../Letter/CreateButton/CreateButton.tsx | 13 +++-- .../Letter/KeywordList/KeywordList.tsx | 4 +- src/components/Letter/LabelList/LabelList.tsx | 6 +-- .../Letter/SelectItem/SelectItem.tsx | 51 ++++++++----------- .../Letter/SuccessModal/SuccessModal.tsx | 2 +- .../Letter/Success/SuccessLetterPage.tsx | 16 +++--- tailwind.config.js | 9 +++- 10 files changed, 76 insertions(+), 58 deletions(-) diff --git a/src/components/Common/BottleLetter/Label/Label.tsx b/src/components/Common/BottleLetter/Label/Label.tsx index cddda168..6ab9a128 100644 --- a/src/components/Common/BottleLetter/Label/Label.tsx +++ b/src/components/Common/BottleLetter/Label/Label.tsx @@ -4,13 +4,11 @@ import { LabelProps } from '@/types/label'; export const Label = ({ imgSrc, isActive }: LabelProps) => { return (