feat: add new page button (#2417)

This commit is contained in:
Whitewater
2023-05-18 13:07:05 -07:00
committed by GitHub
parent 11370bc07e
commit 530dd5ff7f
16 changed files with 378 additions and 116 deletions
@@ -9,6 +9,7 @@ export const blockCard = style({
borderRadius: '4px',
userSelect: 'none',
cursor: 'pointer',
textAlign: 'start',
selectors: {
'&:hover': {
boxShadow: 'var(--affine-shadow-1)',