We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a9456 commit ea4279cCopy full SHA for ea4279c
1 file changed
src/custom/ShareModal/ShareModal.tsx
@@ -93,6 +93,11 @@ const AccessList: React.FC<AccessListProps> = ({
93
<ListItemText
94
primary={`${actorData.first_name || ''} ${actorData.last_name || ''}`}
95
secondary={actorData.email}
96
+ secondaryTypographyProps={{
97
+ sx: {
98
+ color: theme.palette.background.neutral?.pressed
99
+ }
100
+ }}
101
/>
102
<ListItemSecondaryAction>
103
{ownerData.id === actorData.id ? (
@@ -293,7 +298,7 @@ const ShareModal: React.FC<ShareModalProps> = ({
293
298
</CustomSelect>
294
299
<Typography
295
300
sx={{
296
- color: theme.palette.text.secondary
301
297
302
}}
303
component="span"
304
variant="body2"
0 commit comments