Skip to content

Commit

Permalink
fix (manageOrganizations):createOrganization - UI enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
NSUWAL123 committed Dec 14, 2023
1 parent aca77ce commit 43918ad
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions src/frontend/src/views/CreateOrganization.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,18 @@ const CreateOrganizationForm = () => {

return (
<CoreModules.Box
sx={{ display: 'flex', flexDirection: 'column', alignItems: 'start', background: '#f0efef', flex: 1, gap: 3 }}
sx={{ display: 'flex', flexDirection: 'column', alignItems: 'center', background: '#f0efef', flex: 1, gap: 3 }}
>
<CoreModules.Box
sx={{
paddingTop: '2%',
justifyContent: 'flex-start',
marginLeft: '7.5%',
}}
>
<CoreModules.Typography variant="condensed">CREATE NEW ORGANIZATION</CoreModules.Typography>
</CoreModules.Box>
<div className="fmtm-pt-[5%] sm:fmtm-pt-[2%] fmtm-w-full fmtm-flex fmtm-justify-center">
<h1 className="fmtm-text-xl sm:fmtm-text-2xl md:fmtm-text-4xl fmtm-font-bold">CREATE NEW ORGANIZATION</h1>
</div>
<CoreModules.Box
sx={{
width: '85%',
maxWidth: 600,
padding: 3,
cursor: 'pointer',
background: '#ffff',
marginLeft: '7.5%',
borderRadius: 2,
}}
>
Expand Down

0 comments on commit 43918ad

Please sign in to comment.