diff --git a/src/components/Note/NotePrimary/NotePrimary.module.scss b/src/components/Note/NotePrimary/NotePrimary.module.scss index 316acd0..d38524f 100644 --- a/src/components/Note/NotePrimary/NotePrimary.module.scss +++ b/src/components/Note/NotePrimary/NotePrimary.module.scss @@ -13,7 +13,8 @@ display: flex; flex-direction: column; margin-top: 12px; - margin-left: 12px; + margin-left: 0px; + cursor: text; .message { @@ -21,8 +22,8 @@ grid-area: message; color: var(--text-primary); word-break: break-word; - font-size: 17px; - font-weight: 300; + font-size: 16px; + font-weight: 400; line-height: 20px; width: 100%; margin-bottom: 17px;