Skip to content

Commit

Permalink
fix: changeset 작성, UI 어긋난 부분 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene028 committed Oct 9, 2024
1 parent bc70c19 commit e38e0b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/grumpy-llamas-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wowds-ui": patch
---

table 컴포넌트를 배포해요.
1 change: 1 addition & 0 deletions packages/wow-ui/src/components/Table/Tr.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export default TableRow;

const TableCheckBoxStyle = {
minWidth: "15px",
height: "100%",
display: "flex",
minHeight: "44px",
justifyContent: "center",
Expand Down

0 comments on commit e38e0b1

Please sign in to comment.