fix: next warning

This commit is contained in:
QiShaoXuan
2022-10-31 17:08:01 +08:00
parent 795cd8e98f
commit 0baaf5aed8
2 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ export const StyledModal = styled(ModalUnstyled)(({ theme }) => {
zIndex: theme.zIndex.modal,
...displayFlex('center', 'center'),
'*': {
'-webkit-tap-highlight-color': 'transparent',
WebkitTapHighlightColor: 'transparent',
outline: 'none',
},
};