From 23f7781f6cae764b3fbf7a16eced720a314db6a6 Mon Sep 17 00:00:00 2001 From: six-standard Date: Sun, 15 Sep 2024 22:32:45 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=ED=8F=B0=ED=8A=B8=20=EB=A7=9E?= =?UTF-8?q?=EC=B6=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/tailwindcss-config/tailwind.config.ts | 4 ++-- .../ui/src/components/PDFs/Resume/Render/Projects.tsx | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configs/tailwindcss-config/tailwind.config.ts b/configs/tailwindcss-config/tailwind.config.ts index da24b0d8..3dbac175 100644 --- a/configs/tailwindcss-config/tailwind.config.ts +++ b/configs/tailwindcss-config/tailwind.config.ts @@ -47,12 +47,12 @@ export default { body3: ["18px", { fontWeight: 400, lineHeight: "21px" }], body4: ["16px", { fontWeight: 500, lineHeight: "19px" }], body5: ["14px", { fontWeight: 400, lineHeight: "17px" }], - resumeTitle: ["30px", { fontWeight: 600, lineHeight: "26px" }], + resumeTitle: ["30px", { fontWeight: 600, lineHeight: "33px" }], resumeSubTitle: ["28px", { fontWeight: 100, lineHeight: "21px" }], resumeInformation: ["16px", { fontWeight: 400, lineHeight: "19px" }], resumeIntroduceHeading: ["18px", { fontWeight: 400, lineHeight: "21px" }], resumeIntroduce: ["14px", { fontWeight: 300, lineHeight: "17px" }], - resumeSectionTitle: ["14px", { fontWeight: 500, lineHeight: "21px" }], + resumeSectionTitle: ["14px", { fontWeight: 500, lineHeight: "17px" }], resumeItemTitle: ["16px", { fontWeight: 500, lineHeight: "19px" }], resumeItemContent: ["14px", { fontWeight: 400, lineHeight: "17px" }] } diff --git a/packages/ui/src/components/PDFs/Resume/Render/Projects.tsx b/packages/ui/src/components/PDFs/Resume/Render/Projects.tsx index b38a87a4..8d47b995 100644 --- a/packages/ui/src/components/PDFs/Resume/Render/Projects.tsx +++ b/packages/ui/src/components/PDFs/Resume/Render/Projects.tsx @@ -75,16 +75,16 @@ export const Projects = ({ data, setMax, keep, showPadding, scale }: IProp) => { />
-
- +
+ {data?.name || "무명"} - + {typeAgainChange[data?.type]} 프로젝트
- + {data?.date?.start_date} ~ {data?.date?.end_date || "진행중"} From 22910e904b6638fa0f9b21f3c1ed2543e6322609 Mon Sep 17 00:00:00 2001 From: six-standard Date: Sun, 15 Sep 2024 22:38:19 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=ED=8F=B0=ED=8A=B8=20=EB=A7=9E?= =?UTF-8?q?=EC=B6=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ui/src/components/Interactions/Inputs/Date/index.tsx | 2 +- .../ui/src/components/Interactions/Inputs/Dropdown/index.tsx | 2 +- packages/ui/src/components/Interactions/Inputs/File/index.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/ui/src/components/Interactions/Inputs/Date/index.tsx b/packages/ui/src/components/Interactions/Inputs/Date/index.tsx index 29760921..f3bdc0c1 100644 --- a/packages/ui/src/components/Interactions/Inputs/Date/index.tsx +++ b/packages/ui/src/components/Interactions/Inputs/Date/index.tsx @@ -64,7 +64,7 @@ export const Date = ({ action={() => setOpen((prev) => !prev)} > {value ? value : placeholder} diff --git a/packages/ui/src/components/Interactions/Inputs/Dropdown/index.tsx b/packages/ui/src/components/Interactions/Inputs/Dropdown/index.tsx index fe6cad8a..679099ae 100644 --- a/packages/ui/src/components/Interactions/Inputs/Dropdown/index.tsx +++ b/packages/ui/src/components/Interactions/Inputs/Dropdown/index.tsx @@ -35,7 +35,7 @@ export const Dropdown = ({ action={() => setOpen((prev) => !prev)} > {selected ? selected : placeholder} diff --git a/packages/ui/src/components/Interactions/Inputs/File/index.tsx b/packages/ui/src/components/Interactions/Inputs/File/index.tsx index eac6cda6..9aeff66e 100644 --- a/packages/ui/src/components/Interactions/Inputs/File/index.tsx +++ b/packages/ui/src/components/Interactions/Inputs/File/index.tsx @@ -29,7 +29,7 @@ export const File = ({ action={() => {}} > {value ? value.original_name : placeholder}