Skip to content

Commit

Permalink
fix: fix td checkbox (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: dev-redo <[email protected]>
  • Loading branch information
dev-redo and dev-redo authored May 7, 2024
1 parent 9541f5d commit 55c8cb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Table/Td.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ export const CheckboxTd = ({ size, children }: { size: TdSizeType; children: Rea
const TableCheckbox = styled(TableDefaultTd)`
padding: 5px 12px 5px 18px;
width: 46px;
vertical-align: middle;
`;

/**
Expand Down

0 comments on commit 55c8cb9

Please sign in to comment.