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