Kaynağa Gözat

update label

master
Jason Chuang 1 yıl önce
ebeveyn
işleme
0c4e106454
2 değiştirilmiş dosya ile 6 ekleme ve 4 silme
  1. +5
    -3
      src/pages/authentication/RegisterCustom.js
  2. +1
    -1
      src/pages/authentication/auth-forms/AuthLoginCustom.js

+ 5
- 3
src/pages/authentication/RegisterCustom.js Dosyayı Görüntüle

@@ -98,9 +98,11 @@ const RegisterCustom = () => {
<Typography mb={4} variant="h3">
<FormattedMessage id="personalUser"/>
</Typography>
<Button variant="outlined" color="iAmSmart" onClick={registerWithIAmSmart} startIcon={<img src={iAmSmartICon} alt="iAM Smart" width="30" />}><Typography variant="h5">
<FormattedMessage id="continueWithIAmSmart"/>
</Typography></Button>
<Button variant="outlined" color="iAmSmart" sx={{textTransform: 'none'}} onClick={registerWithIAmSmart} startIcon={<img src={iAmSmartICon} alt="iAM Smart" width="30" />}>
<Typography variant="h5">
<FormattedMessage id="continueWithIAmSmart"/>
</Typography>
</Button>

<Box mt={4} ml={2} mr={2} bgcolor="grey.100" p={1.5} >
<Typography textAlign='justify' variant="body1" display="block" gutterBottom>


+ 1
- 1
src/pages/authentication/auth-forms/AuthLoginCustom.js Dosyayı Görüntüle

@@ -361,7 +361,7 @@ const AuthLoginCustom = () => {
<Grid container>
<Grid item xs={12}>
<Stack direction="row" justifyContent="space-between" alignItems="center" spacing={2}>
<Button onClick={() => getQRWithIAmSmart()} color="iAmSmart" fullWidth size="large" variant="outlined" startIcon={<img src={iAmSmartICon} alt="iAM Smart" width="30" />}>
<Button onClick={() => getQRWithIAmSmart()} sx={{textTransform: 'none'}} color="iAmSmart" fullWidth size="large" variant="outlined" startIcon={<img src={iAmSmartICon} alt="iAM Smart" width="30" />}>
<Typography variant="h5">
<FormattedMessage id="iAmSmartLogin"/>
</Typography>


Yükleniyor…
İptal
Kaydet