From ccd6726b80961bb0fce452a3a93a9d69958b361c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=98=89=E8=B1=AA?= <42510293+ziyujiahao@users.noreply.github.com> Date: Thu, 21 May 2026 18:20:36 +0800 Subject: [PATCH] =?UTF-8?q?style(=E4=BB=AA=E8=A1=A8=E6=9D=BF=E3=80=81?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20=E4=BC=98=E5=8C=96tab?= =?UTF-8?q?=E5=BC=80=E5=90=AF=E6=A0=87=E9=A2=98=E8=83=8C=E6=99=AF=E6=97=B6?= =?UTF-8?q?=E7=9A=84=E5=88=9D=E5=A7=8B=E5=8C=96=E8=83=8C=E6=99=AF=E8=89=B2?= =?UTF-8?q?=20(#18466)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/custom-component/component-list.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/custom-component/component-list.ts b/core/core-frontend/src/custom-component/component-list.ts index 7d525b8d2a..637af13618 100644 --- a/core/core-frontend/src/custom-component/component-list.ts +++ b/core/core-frontend/src/custom-component/component-list.ts @@ -199,13 +199,13 @@ export const COMMON_COMPONENT_BACKGROUND_BASE: CommonBackground = { export const COMMON_COMPONENT_BACKGROUND_LIGHT = { ...COMMON_COMPONENT_BACKGROUND_BASE, - backgroundColor: 'rgba(255,255,255,1)', + backgroundColor: 'rgba(255,255,255,0.1)', innerImageColor: 'rgba(16, 148, 229,1)' } export const COMMON_COMPONENT_BACKGROUND_DARK = { ...COMMON_COMPONENT_BACKGROUND_BASE, - backgroundColor: 'rgba(19,28,66,1)', + backgroundColor: 'rgba(19,28,66,0.1)', innerImageColor: '#1094E5' }