refactor(editor): adjust tag select component background color (#11074)

fix: BS-2780
This commit is contained in:
zzj3720
2025-03-21 10:35:27 +00:00
parent a05d9b7817
commit 9986b8b6bc
@@ -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',