chore: update quick search style (#1565)

This commit is contained in:
JimmFly
2023-03-15 15:15:13 +08:00
committed by GitHub
parent 45ab08b459
commit 5ac6632276
3 changed files with 44 additions and 24 deletions

View File

@@ -12,7 +12,7 @@ export const ModalWrapper = styled('div')<{
height,
minHeight,
backgroundColor: theme.colors.popoverBackground,
borderRadius: '24px',
borderRadius: '16px',
position: 'relative',
maxHeight: 'calc(100vh - 32px)',
};