Skip to content

Commit

Permalink
style: add vertical align for table switch (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
dohui-son authored May 21, 2024
1 parent 5526e42 commit 947b4d2
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 @@ -157,6 +157,7 @@ export const SwitchTd = ({
const TableSwitch = styled(TableDefaultTd)<{ direction: SwitchTdDirection }>`
padding: 5px 14px;
text-align: ${({ direction }) => direction};
vertical-align: middle;
`;

/**
Expand Down

0 comments on commit 947b4d2

Please sign in to comment.