fix(core): bidi panel show button color (#11374)

fix AF-2394
This commit is contained in:
pengx17
2025-04-02 03:48:13 +00:00
parent 6833c2a2dd
commit f091ac7e74

View File

@@ -39,7 +39,7 @@ export const showButton = style({
height: '28px',
borderRadius: '8px',
border: '1px solid ' + cssVar('--affine-border-color'),
backgroundColor: cssVar('--affine-white'),
backgroundColor: cssVarV2('button/secondary'),
textAlign: 'center',
fontSize: '12px',
lineHeight: '28px',