chore: update block card styles (#3290)

This commit is contained in:
Whitewater
2023-07-18 19:45:03 +08:00
committed by GitHub
parent bf41b25988
commit 79227a1e7c
3 changed files with 13 additions and 7 deletions

View File

@@ -66,7 +66,10 @@ export const NewPageButton = ({
onClickAway={() => {
setOpen(false);
}}
menuStyles={{ padding: '0px' }}
menuStyles={{
padding: '0px',
background: 'var(--affine-background-overlay-panel-color)',
}}
content={
<CreateNewPagePopup
createNewPage={() => {