TP-40800 | Shadow fixed and make manager text

This commit is contained in:
AyushRanjan
2023-09-22 14:23:15 +05:30
parent 4c45900421
commit bbb7121718
2 changed files with 3 additions and 2 deletions

View File

@@ -31,6 +31,7 @@
> div[role='tooltip']:nth-child(2) {
background-color: #e6f1ff !important;
color: #0276fe !important;
box-shadow: none;
}
}
}

View File

@@ -141,7 +141,7 @@ const MembersDetails = (props: any) => {
totalMembers !== showTotalMembers ? (
<div onClick={() => setShowTotalMembers(totalMembers)}>
<Typography variant="h5">
+{totalMembers - showTotalMembers} More
&nbsp;&nbsp;+{totalMembers - showTotalMembers} More
</Typography>
</div>
) : (
@@ -165,7 +165,7 @@ const MembersDetails = (props: any) => {
<div className={styles.personIcon}>
<Tooltip
position="left"
text="Make Manager"
text="Make manager"
withPointer={false}
>
<PersonIcon