From 977befd0a73feda02be2f7192dacbbbc7f1c86fa Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 12 Jul 2025 20:00:01 +0300 Subject: [PATCH] chore(ckeditor5): update ckeditor theme variable names --- apps/client/src/stylesheets/ckeditor-theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/stylesheets/ckeditor-theme.css b/apps/client/src/stylesheets/ckeditor-theme.css index 225788c5b..622454bbe 100644 --- a/apps/client/src/stylesheets/ckeditor-theme.css +++ b/apps/client/src/stylesheets/ckeditor-theme.css @@ -81,8 +81,8 @@ body { /* -- Overrides the default colors used by the ckeditor5-image package. --------------------- */ - --ck-color-image-caption-background: var(--main-background-color); - --ck-color-image-caption-text: var(--main-text-color); + --ck-content-color-image-caption-background: var(--main-background-color); + --ck-content-color-image-caption-text: var(--main-text-color); /* -- Overrides the default colors used by the ckeditor5-widget package. -------------------- */