From 3aaefe4a99205084df7ce66d1d0f52230b5d3852 Mon Sep 17 00:00:00 2001 From: Bojan Mojsilovic Date: Mon, 15 Jan 2024 16:46:52 +0100 Subject: [PATCH] Fix primary note display --- src/components/Note/NotePrimary/NotePrimary.module.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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;