@@ -42,7 +42,7 @@ const LocaleSelector = () => { | |||||
}; | }; | ||||
const iconBackColorOpen = 'grey.300'; | const iconBackColorOpen = 'grey.300'; | ||||
const iconBackColor = 'grey.100'; | |||||
const iconBackColor = '#ffffff'; | |||||
return ( | return ( | ||||
<Box sx={{ flexShrink: 0, ml: 0.75 }}> | <Box sx={{ flexShrink: 0, ml: 0.75 }}> | ||||
@@ -739,9 +739,8 @@ const BusCustomFormWizard = (props) => { | |||||
)} | )} | ||||
</Stack> | </Stack> | ||||
<Grid container spacing={2} alignItems="center"> | <Grid container spacing={2} alignItems="center"> | ||||
<Grid item> | |||||
<Grid item sx={{mt:1}}> | |||||
<Typography variant="subtitle1"> | <Typography variant="subtitle1"> | ||||
<br /> | |||||
•至少8個字元,字元越多越好 <br /> | •至少8個字元,字元越多越好 <br /> | ||||
•字母和數字的混合<br /> | •字母和數字的混合<br /> | ||||
•英文字母大寫與小寫的混合<br /> | •英文字母大寫與小寫的混合<br /> | ||||
@@ -763,7 +762,6 @@ const BusCustomFormWizard = (props) => { | |||||
<Grid item xs={12} md={12}> | <Grid item xs={12} md={12}> | ||||
<Typography variant="subtitle1"> | <Typography variant="subtitle1"> | ||||
<br /> | |||||
•請輸入機構/公司英文名稱或中文名稱<br /> | •請輸入機構/公司英文名稱或中文名稱<br /> | ||||
•Please enter the English/Chinese name of the organisation/company | •Please enter the English/Chinese name of the organisation/company | ||||
</Typography> | </Typography> | ||||
@@ -771,7 +771,7 @@ const CustomFormWizard = (props) => { | |||||
</FormHelperText> | </FormHelperText> | ||||
)} | )} | ||||
</Stack> | </Stack> | ||||
<FormControl fullWidth sx={{ mt: 1 }}> | |||||
<FormControl fullWidth sx={{ mt: 2 }}> | |||||
<Grid container spacing={2} alignItems="center"> | <Grid container spacing={2} alignItems="center"> | ||||
<Grid item> | <Grid item> | ||||
<Box sx={{ bgcolor: level?.color, width: 85, height: 8, borderRadius: '7px' }} /> | <Box sx={{ bgcolor: level?.color, width: 85, height: 8, borderRadius: '7px' }} /> | ||||