diff --git a/src/components/MainCard.js b/src/components/MainCard.js index 8b3124c..7b2ab3b 100644 --- a/src/components/MainCard.js +++ b/src/components/MainCard.js @@ -64,7 +64,7 @@ const MainCard = forwardRef( }, // maxWidth: { xs: 700, sm: 900, md: 1000, lg: 1300, xl: 1850 }, // minWidth: { xs: 600, sm: 800, md: 900, lg: 1000, xl: 1000 }, - margin: { xs: 2.5, md: 3 }, + margin: { xs: 2, md: 2 }, // '& > *': { // flexGrow: 1, // flexBasis: '50%' diff --git a/src/pages/PublicNotice/Details_GLD/ApplicationDetailCard.js b/src/pages/PublicNotice/Details_GLD/ApplicationDetailCard.js index 96eb5b5..76da039 100644 --- a/src/pages/PublicNotice/Details_GLD/ApplicationDetailCard.js +++ b/src/pages/PublicNotice/Details_GLD/ApplicationDetailCard.js @@ -6,7 +6,7 @@ import { Typography, FormLabel, OutlinedInput, Stack, - Dialog, DialogTitle, DialogContent, DialogActions, + Dialog, DialogTitle, DialogContent, DialogActions, InputAdornment, } from '@mui/material'; const MainCard = Loadable(lazy(() => import('components/MainCard'))); import { useForm } from "react-hook-form"; @@ -141,17 +141,17 @@ const ApplicationDetailCard = ( border={false} content={false} > - {verified && currentApplicationDetailData.status != "notAccepted" ? + {verified && currentApplicationDetailData.status !== "notAccepted" ? - {currentApplicationDetailData.status == "reviewed" ? + {currentApplicationDetailData.status === "reviewed" ?