update setup org ui
This commit is contained in:
parent
f033e7e63d
commit
3f1c78102b
|
|
@ -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' }}> *</span>
|
Existing Username<span style={{ color: 'red' }}> *</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' }}> *</span>
|
Existing Password<span style={{ color: 'red' }}> *</span>
|
||||||
</Typography>
|
</Typography>
|
||||||
<div style={{ flexGrow: 1 }}></div>
|
<div style={{ flexGrow: 1 }}></div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue