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',