@@ -641,7 +641,7 @@ const FormPanel = ({ formData }) => { | |||||
{warningTitle} | {warningTitle} | ||||
</DialogTitle> | </DialogTitle> | ||||
<DialogContent style={{ display: 'flex', }}> | <DialogContent style={{ display: 'flex', }}> | ||||
<Typography variant="h3" style={{ padding: '16px' }}>{warningText}</Typography> | |||||
<Typography variant="h5" style={{ padding: '16px' }}>{warningText}</Typography> | |||||
</DialogContent> | </DialogContent> | ||||
<DialogActions> | <DialogActions> | ||||
<Button | <Button | ||||
@@ -568,7 +568,7 @@ const PublicNoticeApplyForm = ({ loadedData, _selections, gazetteIssueList }) => | |||||
{warningTitle} | {warningTitle} | ||||
</DialogTitle> | </DialogTitle> | ||||
<DialogContent style={{ display: 'flex', }}> | <DialogContent style={{ display: 'flex', }}> | ||||
<Typography variant="h3" style={{ padding: '16px' }}> | |||||
<Typography variant="h5" style={{ padding: '16px' }}> | |||||
{warningText} | {warningText} | ||||
</Typography> | </Typography> | ||||
</DialogContent> | </DialogContent> | ||||
@@ -168,7 +168,7 @@ const Index = () => { | |||||
Action Fail | Action Fail | ||||
</DialogTitle> | </DialogTitle> | ||||
<DialogContent style={{ display: 'flex', }}> | <DialogContent style={{ display: 'flex', }}> | ||||
<Typography variant="h3" style={{ padding: '16px' }}>{warningText}</Typography> | |||||
<Typography variant="h5" style={{ padding: '16px' }}>{warningText}</Typography> | |||||
</DialogContent> | </DialogContent> | ||||
<DialogActions> | <DialogActions> | ||||
<Button | <Button | ||||
@@ -260,7 +260,7 @@ const ManageOrgUserPage = () => { | |||||
<FormattedMessage id="confirm" /> | <FormattedMessage id="confirm" /> | ||||
</DialogTitle> | </DialogTitle> | ||||
<DialogContent style={{ display: 'flex', }}> | <DialogContent style={{ display: 'flex', }}> | ||||
<Typography variant="h3" style={{ padding: '16px' }}>{warningText}</Typography> | |||||
<Typography variant="h5" style={{ padding: '16px' }}>{warningText}</Typography> | |||||
</DialogContent> | </DialogContent> | ||||
<DialogActions> | <DialogActions> | ||||
<Button onClick={() => { | <Button onClick={() => { | ||||
@@ -192,7 +192,7 @@ const Mail = () => { | |||||
> | > | ||||
<DialogTitle>Respons</DialogTitle> | <DialogTitle>Respons</DialogTitle> | ||||
<DialogContent style={{ display: 'flex', }}> | <DialogContent style={{ display: 'flex', }}> | ||||
<Typography variant="h3" style={{ padding: '16px' }}>{responsText}</Typography> | |||||
<Typography variant="h5" style={{ padding: '16px' }}>{responsText}</Typography> | |||||
</DialogContent> | </DialogContent> | ||||
<DialogActions> | <DialogActions> | ||||
<Button onClick={() => setIsResponsPopUp(false)}>OK</Button> | <Button onClick={() => setIsResponsPopUp(false)}>OK</Button> | ||||
@@ -200,7 +200,7 @@ const ForgotPasswordApplyForm = () => { | |||||
<FormattedMessage id="attention"/> | <FormattedMessage id="attention"/> | ||||
</DialogTitle> | </DialogTitle> | ||||
<DialogContent style={{ display: 'flex', }}> | <DialogContent style={{ display: 'flex', }}> | ||||
{/* <Typography variant="h3" style={{ padding: '16px' }}>{warningText}</Typography> */} | |||||
{/* <Typography variant="h5" style={{ padding: '16px' }}>{warningText}</Typography> */} | |||||
</DialogContent> | </DialogContent> | ||||
<DialogActions> | <DialogActions> | ||||
<Button | <Button | ||||
@@ -202,7 +202,7 @@ const ForgotUsernameApplyForm = () => { | |||||
<FormattedMessage id="attention"/> | <FormattedMessage id="attention"/> | ||||
</DialogTitle> | </DialogTitle> | ||||
<DialogContent style={{ display: 'flex', }}> | <DialogContent style={{ display: 'flex', }}> | ||||
{/* <Typography variant="h3" style={{ padding: '16px' }}>{warningText}</Typography> */} | |||||
{/* <Typography variant="h5" style={{ padding: '16px' }}>{warningText}</Typography> */} | |||||
</DialogContent> | </DialogContent> | ||||
<DialogActions> | <DialogActions> | ||||
<Button | <Button | ||||