From e44b691008de2b838ba36585e0b40a69bf46756f Mon Sep 17 00:00:00 2001 From: Gaagul Gigi <70290286+gaagul@users.noreply.github.com> Date: Tue, 3 Oct 2023 18:21:47 +0530 Subject: [PATCH] Updated styles of text content inside div tag in EditorContent (#899) --- src/styles/editor/_editor-content.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/styles/editor/_editor-content.scss b/src/styles/editor/_editor-content.scss index 3486252c..091b7b85 100644 --- a/src/styles/editor/_editor-content.scss +++ b/src/styles/editor/_editor-content.scss @@ -63,6 +63,14 @@ } } + // Div + div { + font-size: var(--neeto-ui-text-body1); + font-weight: var(--neeto-ui-font-normal); + line-height: var(--neeto-ui-leading-normal); + color: rgb(var(--neeto-ui-black)); + } + // Code code { padding: 0.2em 0.4em; @@ -266,7 +274,7 @@ align-items: center; } - figcaption { + figcaption div { text-align: center; font-size: 13px; font-weight: var(--neeto-ui-font-normal);