From d533881dad6bce103b0d928bc8dd39ecb7685855 Mon Sep 17 00:00:00 2001 From: risenforces Date: Mon, 9 Aug 2021 20:13:12 +0500 Subject: [PATCH] fix(table): add comment --- src/woly/atoms/table/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/woly/atoms/table/index.tsx b/src/woly/atoms/table/index.tsx index 2dc7b2d9..6624e50a 100644 --- a/src/woly/atoms/table/index.tsx +++ b/src/woly/atoms/table/index.tsx @@ -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);