16118: Changes read-only icon to be a slash+pencil fontawesome composite.
[arvados-workbench2.git] / src / views / collection-panel / collection-panel.tsx
index defe73b9e6cdb95235d46870b59fbcab42523518..aac9b300e584da0c0bfde936f95e17e3efcce768 100644 (file)
@@ -115,7 +115,7 @@ export const CollectionPanel = withStyles(styles)(
                                     <span>
                                         <IllegalNamingWarning name={item.name}/>
                                         {item.name}
-                                        {isWritable || <Chip variant="outlined" icon={<ReadOnlyIcon />} label="Read-only" className={classes.readOnlyChip} />}
+                                        {isWritable || <Chip variant="outlined" icon={<ReadOnlyIcon className={classes.readOnlyChip}/>} label="Read-only" className={classes.readOnlyChip} />}
                                     </span>
                                 }
                                 titleTypographyProps={this.titleProps}