diff --git a/src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js b/src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js
index 61ab176..247f2fe 100644
--- a/src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js
+++ b/src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js
@@ -148,7 +148,7 @@ const PublicNoticeApplyForm = ({ loadedData, selections }) => {
{/*
- 申請公共啟事
+ 申請公共啟事
*/}
@@ -188,7 +188,7 @@ const PublicNoticeApplyForm = ({ loadedData, selections }) => {
-
+
:
@@ -214,7 +214,7 @@ const PublicNoticeApplyForm = ({ loadedData, selections }) => {
-
+
({intl.formatMessage({id: 'fileSizeWarning'})}):
diff --git a/src/themes/themeConst.js b/src/themes/themeConst.js
index 99c49b9..40247d4 100644
--- a/src/themes/themeConst.js
+++ b/src/themes/themeConst.js
@@ -77,6 +77,7 @@ export const PNSPS_THEME = createTheme({
},
'&.MuiButton-root':{
fontSize: '1.2rem',
+ fontWeight: '600',
alignItems: 'center',
},
}