mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-23 09:17:06 +08:00
fix: background color on shortcuts header (#2264)
This commit is contained in:
@@ -44,8 +44,7 @@ export const StyledModalHeader = styled('div')(() => ({
|
|||||||
position: 'sticky',
|
position: 'sticky',
|
||||||
left: '0',
|
left: '0',
|
||||||
top: '0',
|
top: '0',
|
||||||
background: 'var(--affine-popover-background)',
|
background: 'var(--affine-white)',
|
||||||
|
|
||||||
transition: 'background-color 0.5s',
|
transition: 'background-color 0.5s',
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user