diff --git a/src/components/NoteText/NoteText.svelte b/src/components/NoteText/NoteText.svelte index a755d4b5..d6bd2b9d 100644 --- a/src/components/NoteText/NoteText.svelte +++ b/src/components/NoteText/NoteText.svelte @@ -35,11 +35,11 @@ @include font-bold; text-transform: none; } - p { @include font-note; @include font-light; @include text-sm; + @include leading-tight; } }