Merge pull request #37 from navi-sa/ayush-task
TP-40800 | Shadow fixed and make manager text
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
> div[role='tooltip']:nth-child(2) {
|
||||
background-color: #e6f1ff !important;
|
||||
color: #0276fe !important;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -141,7 +141,7 @@ const MembersDetails = (props: any) => {
|
||||
totalMembers !== showTotalMembers ? (
|
||||
<div onClick={() => setShowTotalMembers(totalMembers)}>
|
||||
<Typography variant="h5">
|
||||
+{totalMembers - showTotalMembers} More
|
||||
+{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
|
||||
|
||||
Reference in New Issue
Block a user