From 2163334c4f6d88a94cdab18a4cc7558fcd90acdd Mon Sep 17 00:00:00 2001 From: SiriusXT <1160925501@qq.com> Date: Sun, 30 Nov 2025 15:27:33 +0800 Subject: [PATCH] fix(css): the import-markdown icon was displayed as a black square --- apps/client/src/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index ea55db0410..9d5fd73783 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -1009,7 +1009,7 @@ div[data-notify="container"] { svg.ck-icon { &.ck-icon_inherit-color { - * { + path { fill: currentColor; } }