From 7f0aef7bee0b3d1a48eac4970f4a964388c2eafe Mon Sep 17 00:00:00 2001 From: roymondchen Date: Thu, 23 Oct 2025 20:48:25 +0800 Subject: [PATCH] =?UTF-8?q?build(editor):=20css=E5=8F=98=E9=87=8F=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E9=94=99=E8=AF=AF=E5=AF=BC=E8=87=B4lightingcss?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/editor/src/theme/style-setter/background.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor/src/theme/style-setter/background.scss b/packages/editor/src/theme/style-setter/background.scss index 3bebba42..356fed3e 100644 --- a/packages/editor/src/theme/style-setter/background.scss +++ b/packages/editor/src/theme/style-setter/background.scss @@ -28,7 +28,7 @@ height: 14px; border: 1px solid #1d1f24; &.active { - background-color: var($theme-color); + background-color: $theme-color; &::after { border: 1px solid #fff; }