feat: add mobile modal for tip

This commit is contained in:
QiShaoXuan
2022-10-31 16:18:48 +08:00
parent a11306bf89
commit 795cd8e98f
7 changed files with 144 additions and 2 deletions
@@ -1,6 +1,5 @@
import { absoluteCenter, displayFlex, styled } from '@/styles';
import bg from './bg.png';
import CloseIcon from '@mui/icons-material/Close';
export const StyledModalWrapper = styled('div')(({ theme }) => {
return {