From 8eba6b73ad7f39da0db2987c6818625cada14a26 Mon Sep 17 00:00:00 2001 From: nshenderov Date: Wed, 11 Dec 2024 13:35:23 +0300 Subject: [PATCH] fix: widget-editable-focus-background color --- admin/src/theme/colors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/src/theme/colors.ts b/admin/src/theme/colors.ts index eb2319b..a330c0f 100644 --- a/admin/src/theme/colors.ts +++ b/admin/src/theme/colors.ts @@ -110,7 +110,7 @@ export const colors = css` --ck-color-widget-blurred-border: ${theme.colors.neutral400}; --ck-color-widget-hover-border: ${theme.colors.neutral300}; - --ck-color-widget-editable-focus-background: var(--ck-custom-white); + --ck-color-widget-editable-focus-background: ${theme.colors.neutral150}; --ck-color-widget-type-around-button-active: var(--ck-color-focus-border); --ck-color-widget-type-around-button-hover: ${theme.colors.neutral300};