Skip to content

Commit

Permalink
Refactor CSS in OrganizationActionItems.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavnathe committed Jan 10, 2025
1 parent eceaad9 commit 11ccb17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function organizationActionItems(): JSX.Element {
className={styles.TableImage}
/>
) : (
<div className={styles.avatarContainer}>
<div className={styles.TableImage}>
<Avatar
key={_id + '1'}
containerStyle={styles.imageContainer}
Expand Down Expand Up @@ -387,7 +387,7 @@ function organizationActionItems(): JSX.Element {
<Search />
</Button>
</div>
<div className="d-flex gap-3 mb-1">
<div className="d-flex gap-3">
<SortingButton
title={tCommon('searchBy')}
sortingOptions={[
Expand Down
4 changes: 2 additions & 2 deletions src/style/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,8 @@
.createButton {
background-color: var(--grey-bg-color) !important;
color: var(--black-color) !important;
margin-top: 10px;
margin-left: 5px;
/* margin-top: 10px; */
/* margin-left: 5px; */
border: 1px solid var(--brown-color);
}

Expand Down

0 comments on commit 11ccb17

Please sign in to comment.