Enable useNextVariants and replace depracated typography variants
[arvados-workbench2.git] / src / views / run-process-panel / inputs / file-array-input.tsx
index bb85825d232b111d4d59c34fc14468f78677fd92..c134548c734dee8270d4e36d4ba9793a5e065d98 100644 (file)
@@ -263,7 +263,7 @@ const FileArrayInputComponent = connect(mapStateToProps)(
                     </div>
                     <Divider />
                     <div className={classes.chips}>
-                        <Typography variant='subheading'>Selected files ({this.state.files.length}):</Typography>
+                        <Typography variant='subtitle1'>Selected files ({this.state.files.length}):</Typography>
                         <Chips
                             orderable
                             deletable