From 26e91a47ad51da5a948b098af5350bfcf112f5e5 Mon Sep 17 00:00:00 2001 From: "jason.lam" Date: Fri, 26 Jan 2024 11:58:35 +0800 Subject: [PATCH] update font --- src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js | 6 +++--- src/themes/themeConst.js | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) 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', }, }