From 72c473a993fa9246e9cac481844cb80d4fa33aa9 Mon Sep 17 00:00:00 2001 From: Hanna Jeong Date: Tue, 8 Oct 2024 10:53:17 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20paragraph=20=EC=8A=A4=ED=83=80?= =?UTF-8?q?=EC=9D=BC=EC=9D=84=20=EC=88=98=EC=A0=95=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/vibrant-theme/src/lib/theme/baseTheme.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/vibrant-theme/src/lib/theme/baseTheme.ts b/packages/vibrant-theme/src/lib/theme/baseTheme.ts index 3289834e5..d1b4c630b 100644 --- a/packages/vibrant-theme/src/lib/theme/baseTheme.ts +++ b/packages/vibrant-theme/src/lib/theme/baseTheme.ts @@ -101,19 +101,19 @@ export const baseTheme: Theme = { }, paragraph1: { fontSize: '1.25rem', - lineHeight: '1.875rem', + lineHeight: '1.75rem', }, paragraph2: { fontSize: '1.125rem', - lineHeight: '1.875rem', + lineHeight: '1.625rem', }, paragraph3: { - fontSize: '1rem', - lineHeight: '1.75rem', + fontSize: '0.9375rem', + lineHeight: '1.3125rem', }, paragraph4: { fontSize: '0.875rem', - lineHeight: '1.5rem', + lineHeight: '1.25rem', }, }, typographyWeight: { From cc6223c45f9d3cbb8885203d45fb4ed7b47a2339 Mon Sep 17 00:00:00 2001 From: Hanna Jeong Date: Tue, 8 Oct 2024 10:57:28 +0900 Subject: [PATCH 2/2] =?UTF-8?q?test:=20=EC=8A=A4=EB=83=85=EC=83=B7=20?= =?UTF-8?q?=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/lib/Paragraph/__snapshots__/Paragraph.spec.tsx.snap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/vibrant-components/src/lib/Paragraph/__snapshots__/Paragraph.spec.tsx.snap b/packages/vibrant-components/src/lib/Paragraph/__snapshots__/Paragraph.spec.tsx.snap index 42133ac2d..721877422 100644 --- a/packages/vibrant-components/src/lib/Paragraph/__snapshots__/Paragraph.spec.tsx.snap +++ b/packages/vibrant-components/src/lib/Paragraph/__snapshots__/Paragraph.spec.tsx.snap @@ -6,8 +6,8 @@ exports[` when Paragraph with level 3 rendered match snapshot 1`] = color: #0c0c0c; -webkit-text-fill-color: #0c0c0c; text-fill-color: #0c0c0c; - font-size: 1rem; - line-height: 1.75rem; + font-size: 0.9375rem; + line-height: 1.3125rem; font-weight: 400; }