Enable useNextVariants and replace depracated typography variants
[arvados-workbench2.git] / src / views-components / sharing-dialog / sharing-management-form-component.tsx
index 5e374042b32438cd0ed5045097dd8ca61b1bf66c..e4096ea597cfa8e651fe9e39645aeb8763f44088 100644 (file)
@@ -40,7 +40,7 @@ const PermissionManagementRow = withStyles(permissionManagementRowStyles)(
             <Divider />
             <Grid container alignItems='center' spacing={8} wrap='nowrap' className={classes.root}>
                 <Grid item xs={8}>
-                    <Typography noWrap variant='subheading'>{fields.get(index).email}</Typography>
+                    <Typography noWrap variant='subtitle1'>{fields.get(index).email}</Typography>
                 </Grid>
                 <Grid item xs={4} container wrap='nowrap'>
                     <Field