Bug #17264
closed
- Assigned To set to Daniel Kutyła
- Target version changed from 2021-01-20 Sprint to 2021-02-03 Sprint
- Status changed from New to In Progress
I noticed that CollectionIcon and FileIcon use the same "LibraryBooks" material ui icon. Let's change what FileIcon uses. I think the one from the material UI icons that works best is the Description
icon. Could you make this change?
workbench2/src/components/icon/icon.tsx
export const FileIcon: IconType = (props) => <Description {...props} />;
LGTM with that tweak.
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Also available in: Atom
PDF