Skip to content

Commit

Permalink
Merge pull request #193 from KDT-hahahoho/Feat/#192
Browse files Browse the repository at this point in the history
Feat: 커플리포트 높이 수정
  • Loading branch information
woojoung1217 authored Nov 20, 2024
2 parents 863868e + 11b64b3 commit a7e2296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/home/CoupleReport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ const CoupleReportTitleDes = styled.p`

const CoupleReportLineChartContainer = styled.div`
width: 100%;
height: 61.5rem;
margin-bottom: 5rem;
border: 1px solid ${variables.colors.gray50};
border-radius: ${variables.borderRadius};
margin-top: 4.2rem;
Expand Down

0 comments on commit a7e2296

Please sign in to comment.