Skip to content

Commit

Permalink
Merge pull request #128 from capstone-five-ai/develop
Browse files Browse the repository at this point in the history
hotfix: padding 오타 수정 및 배경색 삭제
  • Loading branch information
AAminha authored Jun 16, 2024
2 parents 17fec4e + 26c622d commit 407afcf
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 407afcf

Please sign in to comment.