From 2d93a351ae164330c07813521a76ffafe399f1a6 Mon Sep 17 00:00:00 2001 From: Bojan Mojsilovic Date: Mon, 5 Feb 2024 19:20:05 +0100 Subject: [PATCH] fix --- src/components/Note/Note.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Note/Note.module.scss b/src/components/Note/Note.module.scss index 5a05a14..65a13a6 100644 --- a/src/components/Note/Note.module.scss +++ b/src/components/Note/Note.module.scss @@ -72,7 +72,7 @@ color: var(--text-primary); word-break: break-word; font-size: 16px; - font-weight: 400px; + font-weight: 400; line-height: 20px; margin-top: 4px; margin-bottom: 16px;