From 48916aa7c2b31ac110bb58015f7dfc2b640c465c Mon Sep 17 00:00:00 2001 From: seoAreum <1971236@hansung.ac.kr> Date: Sat, 13 Jan 2024 02:06:15 +0900 Subject: [PATCH 01/42] =?UTF-8?q?style:=20ux=20=EB=9D=BC=EC=9D=B4=ED=8C=85?= =?UTF-8?q?=20=EC=88=98=EC=A0=95=20=EB=B0=8F=20stylelint=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/LecueNote/components/CreateNote/CreateNote.style.ts | 3 +-- src/LecueNote/components/CreateNote/index.tsx | 3 ++- src/LecueNote/components/SelectColor/SelectColor.style.ts | 4 +--- .../components/ShowColorChart/ShowColorChart.style.ts | 3 +-- src/LecueNote/components/WriteNote/WriteNote.style.ts | 5 ++--- src/LecueNote/page/LeceuNotePage/LecueNotePage.style.ts | 1 - src/LecueNote/page/LeceuNotePage/index.tsx | 2 +- 7 files changed, 8 insertions(+), 13 deletions(-) diff --git a/src/LecueNote/components/CreateNote/CreateNote.style.ts b/src/LecueNote/components/CreateNote/CreateNote.style.ts index 9fcb1774..28ce432b 100644 --- a/src/LecueNote/components/CreateNote/CreateNote.style.ts +++ b/src/LecueNote/components/CreateNote/CreateNote.style.ts @@ -2,10 +2,9 @@ import styled from '@emotion/styled'; export const Wrapper = styled.section` display: flex; + gap: 3.2rem; flex-direction: column; width: 100%; margin: 7.8rem 0 3.3rem; - - gap: 3.2rem; `; diff --git a/src/LecueNote/components/CreateNote/index.tsx b/src/LecueNote/components/CreateNote/index.tsx index 783b7711..62c12302 100644 --- a/src/LecueNote/components/CreateNote/index.tsx +++ b/src/LecueNote/components/CreateNote/index.tsx @@ -1,4 +1,5 @@ import { useState } from 'react'; + import { BG_COLOR_CHART, CATEGORY, @@ -31,7 +32,7 @@ function CreateNote() { return ( - + ` width: 100%; - height: calc(100dvh - 33rem); + height: calc(100dvh - 33.2rem); border-radius: 0.6rem; background-color: ${({ $bgColor }) => $bgColor}; diff --git a/src/LecueNote/page/LeceuNotePage/LecueNotePage.style.ts b/src/LecueNote/page/LeceuNotePage/LecueNotePage.style.ts index ca2763b5..d65164c2 100644 --- a/src/LecueNote/page/LeceuNotePage/LecueNotePage.style.ts +++ b/src/LecueNote/page/LeceuNotePage/LecueNotePage.style.ts @@ -9,6 +9,5 @@ export const Wrapper = styled.div` width: 100vw; height: 100dvh; - padding: 0 1.7rem; `; diff --git a/src/LecueNote/page/LeceuNotePage/index.tsx b/src/LecueNote/page/LeceuNotePage/index.tsx index ed6e4301..43083367 100644 --- a/src/LecueNote/page/LeceuNotePage/index.tsx +++ b/src/LecueNote/page/LeceuNotePage/index.tsx @@ -6,7 +6,7 @@ import * as S from './LecueNotePage.style'; function LecueNotePage() { return ( -
+