From 7e851211725b145636cb217921169f769ebd27d3 Mon Sep 17 00:00:00 2001 From: jikwan0327 <102665117+jikwan0327@users.noreply.github.com> Date: Fri, 15 Sep 2023 16:35:52 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B2=84=EC=A0=84=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/components/table/Table.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3707656..7f99b54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@team-return/design-system", - "version": "1.1.2", + "version": "1.1.3", "repository": { "type": "git", "url": "https://github.com/Team-Return/JOBIS-DESIGN-SYSTEM.git" diff --git a/src/components/table/Table.tsx b/src/components/table/Table.tsx index 5aae494..bbb9766 100644 --- a/src/components/table/Table.tsx +++ b/src/components/table/Table.tsx @@ -114,4 +114,5 @@ const BodyCell = styled.div<{ width?: number }>` border: 1px solid ${C.gray40}; ${F.font.Heading5}; width: ${({ width }) => width + '%'}; + line-height: 20px; `;