fix: background color on shortcuts header (#2264)

This commit is contained in:
Fangdun Tsai
2023-05-08 22:53:53 +08:00
committed by GitHub
parent f1c3d575ad
commit d040a7fb50

View File

@@ -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',
}));