mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-05 19:40:30 +08:00
chore: fix color (#2083)
Co-authored-by: Himself65 <himself65@outlook.com>
This commit is contained in:
@@ -6,10 +6,10 @@ import StyledPopperContainer from '../shared/Container';
|
||||
const StyledTooltip = styled(StyledPopperContainer)(({ theme }) => {
|
||||
return {
|
||||
maxWidth: '320px',
|
||||
boxShadow: 'var(--affine-text-popover-shadow)',
|
||||
boxShadow: 'var(--affine-popover-shadow)',
|
||||
padding: '4px 12px',
|
||||
backgroundColor: 'var(--affine-tooltip)',
|
||||
color: '#fff',
|
||||
color: 'var(--affine-white)',
|
||||
fontSize: 'var(--affine-font-sm)',
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user