From 9986b8b6bc95a6f2242570d1ab835e37d8e05f5b Mon Sep 17 00:00:00 2001 From: zzj3720 <17165520+zzj3720@users.noreply.github.com> Date: Fri, 21 Mar 2025 10:35:27 +0000 Subject: [PATCH] refactor(editor): adjust tag select component background color (#11074) fix: BS-2780 --- .../affine/data-view/src/core/component/tags/styles.css.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocksuite/affine/data-view/src/core/component/tags/styles.css.ts b/blocksuite/affine/data-view/src/core/component/tags/styles.css.ts index cdc44fcfdf..5d01e48440 100644 --- a/blocksuite/affine/data-view/src/core/component/tags/styles.css.ts +++ b/blocksuite/affine/data-view/src/core/component/tags/styles.css.ts @@ -8,7 +8,7 @@ export const tagSelectContainerStyle = style({ color: cssVarV2('text/primary'), border: `0.5px solid ${cssVarV2('layer/insideBorder/blackBorder')}`, borderRadius: '8px', - background: cssVarV2('layer/background/primary'), + backgroundColor: cssVarV2.layer.background.overlayPanel, boxShadow: 'var(--affine-shadow-1)', fontFamily: 'var(--affine-font-family)', maxWidth: '400px',