Enable useNextVariants and replace depracated typography variants
[arvados-workbench2.git] / src / components / file-upload / file-upload.tsx
index 41054df43f9da6c6d76fb446a118dc15781606bd..64656e4865a920435883d1e7fa146a99890d1c90 100644 (file)
@@ -136,7 +136,7 @@ export const FileUpload = withStyles(styles)(
                     {files.length === 0 &&
                         <Grid container justify="center" alignItems="center" className={classes.container}>
                             <Grid item component={"span"}>
-                                <Typography variant={"subheading"}>
+                                <Typography variant='subtitle1'>
                                     <CloudUploadIcon className={classes.uploadIcon} /> Drag and drop data or click to browse
                             </Typography>
                             </Grid>