Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
fix: table header height fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albinAppsmith committed Oct 25, 2023
1 parent c29e613 commit 0753e7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/design-system/src/Table/Table.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const StyledHeaderCell = styled.th.attrs(({ className }) => ({
font-size: var(--ads-v2-font-size-4);
font-style: normal;
font-weight: var(--ads-v2-font-weight-normal);
line-height: 13px;
color: var(--ads-v2-colors-content-label-default-fg);
font-family: var(--ads-v2-font-family);
border: none;
Expand Down Expand Up @@ -65,6 +66,7 @@ export const StyledCell = styled.td.attrs(({ className }) => ({
color: var(--ads-v2-colors-content-label-default-fg);
font-family: var(--ads-v2-font-family);
border: none;
line-height: normal;
}
&&.rc-table-cell.rc-table-cell-row-hover {
Expand Down
1 change: 1 addition & 0 deletions packages/design-system/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export * from "./Select";
export * from "./Spinner";
export * from "./Switch";
export * from "./Tab";
export * from "./Table";
export * from "./Tag";
export * from "./Text";
export * from "./Toast";
Expand Down

0 comments on commit 0753e7a

Please sign in to comment.