From 9b3f11d85b10914a03aab93803513766670c47fe Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Wed, 30 Nov 2022 23:30:57 +0530 Subject: [PATCH] fix: Disable all-caps for H2/H3 headings in Super notes --- packages/blocks-editor/src/Lexical/Theme/editor.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/blocks-editor/src/Lexical/Theme/editor.scss b/packages/blocks-editor/src/Lexical/Theme/editor.scss index a803227db..6054c103e 100644 --- a/packages/blocks-editor/src/Lexical/Theme/editor.scss +++ b/packages/blocks-editor/src/Lexical/Theme/editor.scss @@ -30,12 +30,10 @@ color: var(--sn-stylekit-editor-foreground-color); font-weight: 700; margin: 0; - text-transform: uppercase; } .Lexical__h3 { font-size: 12px; margin: 0; - text-transform: uppercase; } .Lexical__textBold { font-weight: bold;