From d040a7fb50eb90b7bd2967f81f5ece04914f677e Mon Sep 17 00:00:00 2001 From: Fangdun Tsai Date: Mon, 8 May 2023 22:53:53 +0800 Subject: [PATCH] fix: background color on shortcuts header (#2264) --- apps/web/src/components/pure/shortcuts-modal/style.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/web/src/components/pure/shortcuts-modal/style.ts b/apps/web/src/components/pure/shortcuts-modal/style.ts index 686a8509aa..a94851b139 100644 --- a/apps/web/src/components/pure/shortcuts-modal/style.ts +++ b/apps/web/src/components/pure/shortcuts-modal/style.ts @@ -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', }));