From db8cd5b0369efffeac1327a24817ae1c50bdc5df Mon Sep 17 00:00:00 2001 From: Philippe de Reynal <1218704+preynal@users.noreply.github.com> Date: Thu, 21 Dec 2023 17:40:50 +0100 Subject: [PATCH] fix: typo Contaner -> Container --- .../lexical-playground/src/themes/PlaygroundEditorTheme.css | 2 +- packages/lexical-playground/src/themes/PlaygroundEditorTheme.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/lexical-playground/src/themes/PlaygroundEditorTheme.css b/packages/lexical-playground/src/themes/PlaygroundEditorTheme.css index e812a5a31bc..ae3fbe79106 100644 --- a/packages/lexical-playground/src/themes/PlaygroundEditorTheme.css +++ b/packages/lexical-playground/src/themes/PlaygroundEditorTheme.css @@ -430,7 +430,7 @@ .PlaygroundEditorTheme__embedBlockFocus { outline: 2px solid rgb(60, 132, 244); } -.PlaygroundEditorTheme__layoutContaner { +.PlaygroundEditorTheme__layoutContainer { display: grid; gap: 10px; margin: 10px 0; diff --git a/packages/lexical-playground/src/themes/PlaygroundEditorTheme.ts b/packages/lexical-playground/src/themes/PlaygroundEditorTheme.ts index 8dd22731936..5a1e9c7b6a4 100644 --- a/packages/lexical-playground/src/themes/PlaygroundEditorTheme.ts +++ b/packages/lexical-playground/src/themes/PlaygroundEditorTheme.ts @@ -62,7 +62,7 @@ const theme: EditorThemeClasses = { image: 'editor-image', indent: 'PlaygroundEditorTheme__indent', inlineImage: 'inline-editor-image', - layoutContainer: 'PlaygroundEditorTheme__layoutContaner', + layoutContainer: 'PlaygroundEditorTheme__layoutContainer', layoutItem: 'PlaygroundEditorTheme__layoutItem', link: 'PlaygroundEditorTheme__link', list: {