style: move trash button group to page bottom (#3352)

This commit is contained in:
JimmFly
2023-07-25 13:21:16 +08:00
committed by GitHub
parent be81e63eed
commit e3f66d7e22
12 changed files with 136 additions and 103 deletions
@@ -11,7 +11,7 @@ export const ModalWrapper = styled('div')<{
width,
height,
minHeight,
backgroundColor: 'var(--affine-background-secondary-color)',
backgroundColor: 'var(--affine-background-overlay-panel-color)',
boxShadow: 'var(--affine-shadow-3)',
borderRadius: '12px',
position: 'relative',