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

Commit

Permalink
fix(table): add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
risenforces committed Aug 9, 2021
1 parent 3702f81 commit d533881
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/woly/atoms/table/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export const Th = styled.th`
align-items: center;
box-sizing: border-box;
max-width: var(--local-cell-max-width);
/* TODO: Replace with box [09.08.2020] */
padding: var(--local-vertical) var(--local-horizontal);
color: var(--woly-canvas-text-disabled);
Expand Down

0 comments on commit d533881

Please sign in to comment.