diff --git a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/editorui/editorui.css b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/editorui/editorui.css index 083e80def98..ad6d18c2ae5 100644 --- a/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/editorui/editorui.css +++ b/packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/editorui/editorui.css @@ -58,12 +58,12 @@ /* https://github.com/ckeditor/ckeditor5-theme-lark/issues/111 */ .ck.ck-balloon-panel.ck-toolbar-container[class*="arrow_n"] { &::after { - border-bottom-color: var(--ck-color-base-foreground); + border-bottom-color: var(--ck-color-panel-background); } } .ck.ck-balloon-panel.ck-toolbar-container[class*="arrow_s"] { &::after { - border-top-color: var(--ck-color-base-foreground); + border-top-color: var(--ck-color-panel-background); } }