From 8b103307cba41855713b8627cf5d66a6fef6ff52 Mon Sep 17 00:00:00 2001 From: Mo Date: Tue, 6 Dec 2022 22:01:44 -0600 Subject: [PATCH] fix: improve variance between Super header font sizes and weights --- packages/blocks-editor/src/Lexical/Theme/editor.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/packages/blocks-editor/src/Lexical/Theme/editor.scss b/packages/blocks-editor/src/Lexical/Theme/editor.scss index 6054c103e..45c08caf8 100644 --- a/packages/blocks-editor/src/Lexical/Theme/editor.scss +++ b/packages/blocks-editor/src/Lexical/Theme/editor.scss @@ -20,19 +20,20 @@ padding-left: 16px; } .Lexical__h1 { - font-size: 24px; + font-size: 26px; color: var(--sn-stylekit-editor-foreground-color); - font-weight: 400; + font-weight: 700; margin: 0; } .Lexical__h2 { - font-size: 15px; + font-size: 22px; color: var(--sn-stylekit-editor-foreground-color); font-weight: 700; margin: 0; } .Lexical__h3 { - font-size: 12px; + font-size: 19px; + font-weight: 700; margin: 0; } .Lexical__textBold {