Enable useNextVariants and replace depracated typography variants
[arvados-workbench2.git] / src / views-components / groups-dialog / attributes-dialog.tsx
index ce79d2336b399b7f2faf6fe52de28dcc9f47689b..c95392a7a10cf706263b2254803e6604a2fc8a7d 100644 (file)
@@ -45,7 +45,7 @@ export const GroupAttributesDialog = 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>