fix: remove background from styled Avatar components - closes #371 (#398)

This commit is contained in:
Daniel Ruf
2019-12-28 09:33:00 +01:00
committed by Juan Picado @jotadeveloper
parent 797c2381e4
commit 787dda4a01
2 changed files with 12 additions and 1 deletions

View File

@@ -26,6 +26,9 @@ const InstallListItemText = styled(ListItemText)({
const PackageMangerAvatar = styled(Avatar)({
borderRadius: '0px',
padding: '0',
img: {
backgroundColor: 'transparent',
},
});
export enum DependencyManager {