mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 00:56:26 +08:00
refactor(editor): adjust tag select component background color (#11074)
fix: BS-2780
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user