Skip to content

Commit

Permalink
fix: 버전 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jikwan0327 committed Sep 15, 2023
1 parent 41a96c4 commit 7e85121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/components/table/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,5 @@ const BodyCell = styled.div<{ width?: number }>`
border: 1px solid ${C.gray40};
${F.font.Heading5};
width: ${({ width }) => width + '%'};
line-height: 20px;
`;

0 comments on commit 7e85121

Please sign in to comment.