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