diff --git a/frontend/src/components/HomeTable/HomeTable.tsx b/frontend/src/components/HomeTable/HomeTable.tsx index 1e9511582..213478d91 100644 --- a/frontend/src/components/HomeTable/HomeTable.tsx +++ b/frontend/src/components/HomeTable/HomeTable.tsx @@ -99,6 +99,10 @@ const S = { color: ${({ theme }) => theme.color.gray8}; } + tr { + height: 4.2rem; + } + td { .publishedTo { display: flex; @@ -108,7 +112,7 @@ const S = { th, td { - padding: 1.1rem; + padding: 0 1rem; border: 1px solid ${({ theme }) => theme.color.gray5}; } diff --git a/frontend/src/components/WritingTable/WritingTable.tsx b/frontend/src/components/WritingTable/WritingTable.tsx index 750fedee2..9a5502c8c 100644 --- a/frontend/src/components/WritingTable/WritingTable.tsx +++ b/frontend/src/components/WritingTable/WritingTable.tsx @@ -74,6 +74,10 @@ const S = { color: ${({ theme }) => theme.color.gray8}; } + tr { + height: 4.2rem; + } + td { .publishedTo { display: flex; @@ -83,7 +87,7 @@ const S = { th, td { - padding: 1.1rem; + padding: 0 1rem; border: 1px solid ${({ theme }) => theme.color.gray5}; }