From 18dc8cbaf11cd611498a31a948b39498ff129626 Mon Sep 17 00:00:00 2001 From: Prasanta Kumar Dutta <7580745+pkd2512@users.noreply.github.com> Date: Tue, 5 Sep 2023 16:07:15 +0530 Subject: [PATCH] Update NoteText.svelte --- src/components/NoteText/NoteText.svelte | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/components/NoteText/NoteText.svelte b/src/components/NoteText/NoteText.svelte index 09d76c5f..354b763a 100644 --- a/src/components/NoteText/NoteText.svelte +++ b/src/components/NoteText/NoteText.svelte @@ -27,19 +27,16 @@ h4, h5, h6 { - @include body-note; - @include tracking-wide; + @include body-caption; @include text-primary; - @include font-semibold; + @include font-medium; @include fmt-3; @include fmb-0; text-transform: none; } p { - @include body-note; - @include text-sm; - @include font-light; + @include body-caption; } }