diff --git a/src/components/Install/InstallListItem.tsx b/src/components/Install/InstallListItem.tsx index 3845874..6d0780b 100644 --- a/src/components/Install/InstallListItem.tsx +++ b/src/components/Install/InstallListItem.tsx @@ -26,6 +26,9 @@ const InstallListItemText = styled(ListItemText)({ const PackageMangerAvatar = styled(Avatar)({ borderRadius: '0px', padding: '0', + img: { + backgroundColor: 'transparent', + }, }); export enum DependencyManager { diff --git a/src/components/Repository/Repository.tsx b/src/components/Repository/Repository.tsx index 3b09207..527b338 100644 --- a/src/components/Repository/Repository.tsx +++ b/src/components/Repository/Repository.tsx @@ -34,6 +34,14 @@ const RepositoryListItemText = styled(ListItemText)({ margin: 0, }); +const RepositoryAvatar = styled(Avatar)({ + borderRadius: '0px', + padding: '0', + img: { + backgroundColor: 'transparent', + }, +}); + const Repository: React.FC = () => { const detailContext = React.useContext(DetailContext); @@ -58,7 +66,7 @@ const Repository: React.FC = () => { return ( {'Repository'}}> - +