Skip to content

Commit

Permalink
hotfix: padding 오타 수정 및 배경색 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
AAminha committed Jun 16, 2024
1 parent 88d4dbe commit 26c622d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/pages/CategorySummaryDetailPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,4 @@ const StyledContent = styled.div<{ $isWriter: boolean }>`
display: flex;
flex-direction: column;
background: pink;
`;
2 changes: 1 addition & 1 deletion src/pages/CategorySummaryEditPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default CategorySummaryEditPage;

const StyledContent = styled.div`
flex: 1;
padding: 24px 24px 40px;
padding: 24px 36px;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 26c622d

Please sign in to comment.