diff options
author | Rohan Raj Gupta <[email protected]> | 2022-08-25 23:02:26 +0530 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-25 23:02:26 +0530 |
commit | a4b87e94548f06db72ab9f4f896672f889ae4586 (patch) | |
tree | 8be0883ea33c1cf38ad1283e6dda6a27404687ae /client/src/pages/Enrollment/IrisScan | |
parent | 2d9100d3aa82d2901142464b7117c01cfbd6d04e (diff) | |
parent | ce40b4240d7d23d4a6817dea1a6bc45546419718 (diff) |
Merge pull request #17 from Blaster4385/develop
Kaand number 2
Diffstat (limited to 'client/src/pages/Enrollment/IrisScan')
-rw-r--r-- | client/src/pages/Enrollment/IrisScan/IrisScan.jsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/src/pages/Enrollment/IrisScan/IrisScan.jsx b/client/src/pages/Enrollment/IrisScan/IrisScan.jsx index c1ab2c7..24ce25c 100644 --- a/client/src/pages/Enrollment/IrisScan/IrisScan.jsx +++ b/client/src/pages/Enrollment/IrisScan/IrisScan.jsx @@ -38,6 +38,7 @@ const IrisScan = () => { size="large" type="submit" variant="contained" + sx={{ fontSize: '1.5rem', padding: '10px 30px' }} > {t('SCAN')} </Button> @@ -48,6 +49,7 @@ const IrisScan = () => { size="large" type="submit" variant="contained" + sx={{ fontSize: '1.5rem', padding: '10px 30px' }} > {t('RESET')} </Button> @@ -56,7 +58,7 @@ const IrisScan = () => { <br></br> <div> <Grid container justifyContent="center"> - <Typography align="center"> + <Typography align="center" sx={{ fontSize: '1.5rem' }}> {t('PLEASE_PUT_YOUR_EYES_INSIDE_THE_IRIS_SCANNER')} <br /> {t('WAIT_FOR_PROMPT_AND_BEEP_SOUND_TO_REMOVE_YOUR_EYES')} |