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; `;