Skip to content

Commit

Permalink
Merge pull request #120 from credebl/64-change-color-icon-alignment
Browse files Browse the repository at this point in the history
64 change color, add icon and alignment
  • Loading branch information
tipusinghaw authored Aug 18, 2023
2 parents 8b6c2c5 + 237b279 commit 482d4d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions src/components/organization/EditOrgdetailsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ const EditOrgdetailsModal = (props: EditOrgdetailsModalProps)=> {

<div>
<label htmlFor="organizationlogo">
<div className="px-4 py-2 bg-blue-700 text-white text-center rounded-lg">Choose file</div>
<div className="px-4 py-2 bg-primary-700 text-white text-center rounded-lg">Choose file</div>
<input type="file" accept="image/*" name="file"
className="hidden"
id="organizationlogo" title=""
Expand Down Expand Up @@ -346,8 +346,11 @@ const EditOrgdetailsModal = (props: EditOrgdetailsModalProps)=> {

className='float-right text-base font-medium text-center text-white bg-primary-700 rounded-lg hover:bg-primary-800 focus:ring-4 focus:ring-primary-300 sm:w-auto dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800'

>
Edit
><svg className="pr-2" xmlns="http://www.w3.org/2000/svg" width="22" height="22" fill="none" viewBox="0 0 18 18">
<path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 1v12l-4-2-4 2V1h8ZM3 17h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2Z"/>
</svg>

Save
</Button>
</Form>
)}
Expand All @@ -359,4 +362,4 @@ const EditOrgdetailsModal = (props: EditOrgdetailsModalProps)=> {
)
}

export default EditOrgdetailsModal;
export default EditOrgdetailsModal;
2 changes: 1 addition & 1 deletion src/components/organization/users/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ const Users = () => {
)
}

export default Users;
export default Users;

0 comments on commit 482d4d3

Please sign in to comment.