refactor: tour modal (#2297)

This commit is contained in:
JimmFly
2023-05-10 16:11:42 +08:00
committed by GitHub
parent beabd1e050
commit 1f48bc4301
6 changed files with 155 additions and 77 deletions

View File

@@ -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)',