update setup org ui

This commit is contained in:
Henry 2025-05-28 12:38:22 +01:00
parent f033e7e63d
commit 3f1c78102b
1 changed files with 2 additions and 2 deletions

View File

@ -287,7 +287,7 @@ const OrganizationSetupPage = () => {
<> <>
<Box> <Box>
<div style={{ display: 'flex', flexDirection: 'row' }}> <div style={{ display: 'flex', flexDirection: 'row' }}>
<Typography> <Typography sx={{ mb: 1 }}>
Existing Username<span style={{ color: 'red' }}>&nbsp;*</span> Existing Username<span style={{ color: 'red' }}>&nbsp;*</span>
</Typography> </Typography>
<div style={{ flexGrow: 1 }}></div> <div style={{ flexGrow: 1 }}></div>
@ -304,7 +304,7 @@ const OrganizationSetupPage = () => {
</Box> </Box>
<Box> <Box>
<div style={{ display: 'flex', flexDirection: 'row' }}> <div style={{ display: 'flex', flexDirection: 'row' }}>
<Typography> <Typography sx={{ mb: 1 }}>
Existing Password<span style={{ color: 'red' }}>&nbsp;*</span> Existing Password<span style={{ color: 'red' }}>&nbsp;*</span>
</Typography> </Typography>
<div style={{ flexGrow: 1 }}></div> <div style={{ flexGrow: 1 }}></div>