From 3c64e4204c4e1861881a39288be20ffbba7616b1 Mon Sep 17 00:00:00 2001 From: hanseulhee <3021062@gmail.com> Date: Mon, 13 May 2024 21:02:40 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[#24]=20=EB=A0=88=EC=9D=B4=EC=95=84?= =?UTF-8?q?=EC=9B=83=20=ED=81=AC=EA=B8=B0=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/IbulDialog/IdeaOutline.tsx | 7 +++---- src/components/Layout.tsx | 3 ++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/IbulDialog/IdeaOutline.tsx b/src/components/IbulDialog/IdeaOutline.tsx index 8b88eb6..96509e5 100644 --- a/src/components/IbulDialog/IdeaOutline.tsx +++ b/src/components/IbulDialog/IdeaOutline.tsx @@ -1,6 +1,5 @@ 'use client' -import React from 'react' import { DialogClose, DialogContent, @@ -10,10 +9,10 @@ import { DialogRoot, DialogTitle, DialogTrigger, -} from '../common/Dialog' -import styled from 'styled-components' -import { FaX } from 'react-icons/fa6' +} from '@/components/common/Dialog' import { theme } from '@/styles/theme' +import { FaX } from 'react-icons/fa6' +import styled from 'styled-components' const IdeaOutlineContainer = styled.div` display: flex; diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 4393b11..0e3231a 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -28,7 +28,8 @@ const LayoutRegistry = ({ children }: { children: React.ReactNode }) => { export default LayoutRegistry const StyledWrapper = styled.main` - max-width: 480px; + max-width: 430px; + min-width: 363px; width: 100%; margin: 0 auto; min-height: 100vh; From 4ba69a6dfe509a90049dc3ee70fe524ea65e2f66 Mon Sep 17 00:00:00 2001 From: hanseulhee <3021062@gmail.com> Date: Mon, 13 May 2024 21:20:12 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[#24]=20pink=20theme=20=EC=BB=AC=EB=9F=AC?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/theme.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/theme.ts b/src/styles/theme.ts index 4d53e86..1e9036f 100644 --- a/src/styles/theme.ts +++ b/src/styles/theme.ts @@ -13,6 +13,7 @@ export const theme = { grey600: '#9f9f9f', grey700: '#989898', red: '#ff0000', + pink: '#F022AA', }, fontWeight: { light: 300,