Skip to content

Commit

Permalink
Merge pull request #216 from Team-Lecue/Hotfix-Dori
Browse files Browse the repository at this point in the history
[ Hotfix ] 디자인 수정
  • Loading branch information
doyn511 authored Jan 19, 2024
2 parents 5d994a6 + 0a752b0 commit ee5c6c1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Detail/components/BigLecueNote/BigLecueNote.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const BigLecueNoteContent = styled.div`
width: 100%;
max-height: 100%;
${({ theme }) => theme.fonts.Body1_R_16};
${({ theme }) => theme.fonts.Body1_M_16};
`;

export const BigLecueNoteDate = styled.p`
Expand Down
2 changes: 1 addition & 1 deletion src/Mypage/components/LecueList/LecueList.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const ListWrapper = styled.section<{ variant: string }>`
width: 100%;
height: calc(100dvh - 19.3rem);
padding: 1rem 1rem 1rem 1.5rem;
padding: 1rem;
border-radius: ${({ variant }) => (variant === 'note' ? 0 : 0.4)}rem
${({ variant }) => (variant === 'note' ? 0.4 : 0)}rem 0.4rem 0.4rem;
Expand Down
1 change: 1 addition & 0 deletions src/styles/emotion.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ type fonts =
| 'Title1_SB_16'
| 'Title2_M_16'
| 'Body1_R_16'
| 'Body1_M_16'
| 'Body2_M_14'
| 'Body3_R_14'
| 'Body4_SB_14'
Expand Down
8 changes: 8 additions & 0 deletions src/styles/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ const fonts = {
lineHeight: '150%',
letterSpacing: '-0.04rem',
},
Body1_M_16: {
fontFamily: 'Pretendard',
fontStyle: 'normal',
fontWeight: 500,
fontSize: '1.6rem',
lineHeight: '150%',
letterSpacing: '-0.04rem',
},
Body2_M_14: {
fontFamily: 'Pretendard',
fontStyle: 'normal',
Expand Down

0 comments on commit ee5c6c1

Please sign in to comment.