mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
chore: update block card styles (#3290)
This commit is contained in:
@@ -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={() => {
|
||||
|
||||
Reference in New Issue
Block a user