From 22ce1149f91d3130ea92cfc5ea1e8bb0ca86848f Mon Sep 17 00:00:00 2001 From: Jeon Eonseok Date: Fri, 27 Dec 2024 11:05:44 +0900 Subject: [PATCH 1/3] =?UTF-8?q?fix:=20font=20=EB=91=90=EA=BA=BC=EC=9B=8C?= =?UTF-8?q?=20=EB=B3=B4=EC=9D=B4=EB=8A=94=20=EC=98=A4=EB=A5=98=20=ED=95=B4?= =?UTF-8?q?=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/global.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/global.ts b/src/styles/global.ts index 909d9906..77be79b6 100644 --- a/src/styles/global.ts +++ b/src/styles/global.ts @@ -22,6 +22,10 @@ const global: Interpolation = (theme: Theme) => css` overflow-y: scroll; overflow-x: hidden; + font-smooth: never; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + &::-webkit-scrollbar { width: 1.2rem; } From 2aecb385b7c5f12638fdb533a1ffe0949c6e2115 Mon Sep 17 00:00:00 2001 From: Jeon Eonseok Date: Fri, 27 Dec 2024 11:17:39 +0900 Subject: [PATCH 2/3] =?UTF-8?q?fix:=20=EC=86=8C=EC=A0=9C=EB=AA=A9=20?= =?UTF-8?q?=EC=84=A4=EB=AA=85=20=ED=8F=B0=ED=8A=B8=20=ED=81=AC=EA=B8=B0=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/org/OrgAdmin/AboutSection/style.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/org/OrgAdmin/AboutSection/style.ts b/src/components/org/OrgAdmin/AboutSection/style.ts index 368867ed..39f385a0 100644 --- a/src/components/org/OrgAdmin/AboutSection/style.ts +++ b/src/components/org/OrgAdmin/AboutSection/style.ts @@ -40,7 +40,7 @@ export const StInputLabel = styled.label` `; export const StDescription = styled.p` - ${fontsObject.LABEL_4_12_SB}; + ${fontsObject.LABEL_3_14_SB}; color: ${colors.gray300}; `; From c72ba5db1222bbafbe59e90de3cc6556083df4d4 Mon Sep 17 00:00:00 2001 From: Jeon Eonseok Date: Fri, 27 Dec 2024 11:25:33 +0900 Subject: [PATCH 3/3] =?UTF-8?q?feat:=20=EC=9E=84=EC=9B=90=EC=A7=84=20?= =?UTF-8?q?=ED=94=84=EB=A1=9C=ED=95=84=20=EC=82=AC=EC=A7=84=20description?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../org/OrgAdmin/AboutSection/Executives/ExecInfo.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/org/OrgAdmin/AboutSection/Executives/ExecInfo.tsx b/src/components/org/OrgAdmin/AboutSection/Executives/ExecInfo.tsx index 196fb1a7..b85959d1 100644 --- a/src/components/org/OrgAdmin/AboutSection/Executives/ExecInfo.tsx +++ b/src/components/org/OrgAdmin/AboutSection/Executives/ExecInfo.tsx @@ -30,7 +30,9 @@ const ExecInfo = ({ selectedExec }: ExecInfoProps) => { 프로필 사진 - 사진은 1:1 비율로 올려주세요. + + 사진은 1:1 비율로 올려주세요. 사진 용량은 00mb 아래로 첨부해주세요. +