From b361d34d5589e6be842df142559e5029c8512448 Mon Sep 17 00:00:00 2001 From: "jason.lam" Date: Tue, 2 Jan 2024 12:43:54 +0800 Subject: [PATCH] update public form --- .../auth-forms/CustomFormWizard.js | 104 +++++++++--------- src/themes/themeConst.js | 5 +- src/themes/typography.js | 5 + 3 files changed, 60 insertions(+), 54 deletions(-) diff --git a/src/pages/authentication/auth-forms/CustomFormWizard.js b/src/pages/authentication/auth-forms/CustomFormWizard.js index 1eca827..a7838c3 100644 --- a/src/pages/authentication/auth-forms/CustomFormWizard.js +++ b/src/pages/authentication/auth-forms/CustomFormWizard.js @@ -659,7 +659,7 @@ const CustomFormWizard = (props) => { - +
成為新的個人用戶
@@ -672,7 +672,7 @@ const CustomFormWizard = (props) => { - + 用戶登入名稱 {/* * + : // ERROR page @@ -1748,7 +1748,7 @@ const CustomFormWizard = (props) => { {/* */} 申請失敗,請稍後嘗試 - +
}
diff --git a/src/themes/themeConst.js b/src/themes/themeConst.js index f7cd852..5f31c58 100644 --- a/src/themes/themeConst.js +++ b/src/themes/themeConst.js @@ -109,7 +109,7 @@ export const PNSPS_THEME = createTheme({ styleOverrides: { root: { color: 'rgba(0, 0, 0, 0.8)', - fontSize: '1rem', + fontSize: '1.15rem', }, }, }, @@ -178,7 +178,7 @@ export const PNSPS_THEME = createTheme({ MuiOutlinedInput: { styleOverrides: { input: { - //padding: '10.5px 14px 10.5px 12px', + padding: '10.5px 14px 10.5px 12px', '&.MuiOutlinedInput-input.Mui-disabled': { WebkitTextFillColor: '#888888', }, @@ -226,6 +226,7 @@ export const PNSPS_THEME = createTheme({ fontSize: FONT_SIZE, display: 'flex', alignItems: 'center', + color: 'rgba(0, 0, 0, 0.85)' }, '& .MuiInputBase-root': { //height: '40px', diff --git a/src/themes/typography.js b/src/themes/typography.js index 0d094f7..e03b041 100644 --- a/src/themes/typography.js +++ b/src/themes/typography.js @@ -12,6 +12,11 @@ const Typography = (fontFamily) => ({ fontSize: '1.175rem', lineHeight: 1.4 }, + pnspsFormHeader: { + fontWeight: 600, + fontSize: '1.2rem', + lineHeight: 1.4 + }, pnspsHeaderTitle: { fontSize: '1.15rem', fontWeight: 600,