Initial commit - 2

This commit is contained in:
Kayashov.SM
2025-03-12 18:05:06 +04:00
parent b6d8a3cebd
commit 05ef7ab789
36 changed files with 21 additions and 476 deletions

View File

@@ -1,9 +0,0 @@
import {styled} from "@mui/material/styles";
import Dialog from "@mui/material/Dialog";
export const ModalDialogStyled = styled(Dialog)(({theme}) => ({
backdrop: {
margin: '4px',
border: 'solid',
},
}));