diff --git a/src/components/Note/Note.module.scss b/src/components/Note/Note.module.scss index 503e863..21004a8 100644 --- a/src/components/Note/Note.module.scss +++ b/src/components/Note/Note.module.scss @@ -126,7 +126,7 @@ font-size: 16px; font-weight: 700; - line-height: 16px; + line-height: 18px; } .time{ display: flex; @@ -134,7 +134,7 @@ min-width: fit-content; font-size: 16px; font-weight: 400; - line-height: 16px; + line-height: 18px; color: var(--text-tertiary); .ellipsisIcon { @@ -154,7 +154,7 @@ font-size: 16px; font-weight: 400; - line-height: 16px; + line-height: 18px; } } diff --git a/src/components/Note/NoteHeader/NoteHeader.module.scss b/src/components/Note/NoteHeader/NoteHeader.module.scss index ab5e507..2ef47e6 100644 --- a/src/components/Note/NoteHeader/NoteHeader.module.scss +++ b/src/components/Note/NoteHeader/NoteHeader.module.scss @@ -30,7 +30,7 @@ display: flex; flex-direction: column; font-size: 16px; - line-height: 16px; + line-height: 18px; font-weight: 400; height: 48px; align-items: flex-start;