Enable useNextVariants and replace depracated typography variants
[arvados-workbench2.git] / src / views-components / user-dialog / attributes-dialog.tsx
index 8ba0f81328f22b521abbf02af0b36fc2a1f8a76b..11594f5e1d187d39a27072a6e37b42d28cca3a10 100644 (file)
@@ -45,7 +45,7 @@ export const UserAttributesDialog = compose(
                 maxWidth="sm">
                 <DialogTitle>Attributes</DialogTitle>
                 <DialogContent>
-                    <Typography variant="body2" className={props.classes.spacing}>
+                    <Typography variant='body1' className={props.classes.spacing}>
                         {props.data && attributes(props.data, props.classes)}
                     </Typography>
                 </DialogContent>