diff --git a/src/components/LinkPreview/LinkPreview.module.scss b/src/components/LinkPreview/LinkPreview.module.scss index bd5dc04..d08b7fe 100644 --- a/src/components/LinkPreview/LinkPreview.module.scss +++ b/src/components/LinkPreview/LinkPreview.module.scss @@ -2,7 +2,7 @@ width: 100%; text-decoration: none; color: var(--text-tertiary); - font-size: 15px; + font-size: 14px; font-weight: 400; line-height: 20px; overflow: hidden; @@ -74,6 +74,7 @@ } .previewTitle { + font-weight: 700; color: var(--text-primary); } diff --git a/src/components/Note/NoteHeader/NoteHeader.module.scss b/src/components/Note/NoteHeader/NoteHeader.module.scss index 26452a8..1cd0c1d 100644 --- a/src/components/Note/NoteHeader/NoteHeader.module.scss +++ b/src/components/Note/NoteHeader/NoteHeader.module.scss @@ -31,13 +31,12 @@ display: flex; flex-direction: column; font-size: 16px; - line-height: 17px; + line-height: 18px; font-weight: 400; height: 48px; align-items: flex-start; - justify-content: space-around; + justify-content: center; gap: 2px; - // padding-bottom: 4px; .verification { max-width: 470px;