refactor: tour modal (#2297)

This commit is contained in:
JimmFly
2023-05-10 16:11:42 +08:00
committed by himself65
parent 58fa9d1fb8
commit df60392c31
6 changed files with 155 additions and 77 deletions
@@ -12,7 +12,7 @@ export const ModalWrapper = styled('div')<{
height,
minHeight,
backgroundColor: 'var(--affine-background-secondary-color)',
boxShadow: 'var(--affine-popover-shadow)',
boxShadow: 'var(--affine-shadow-3)',
borderRadius: '16px',
position: 'relative',
maxHeight: 'calc(100vh - 32px)',