mirror of
https://github.com/SomboChea/ui
synced 2026-01-20 01:55:56 +07:00
fix(ui): fix the hover effect on the packageItem's author area (#137)
This commit is contained in:
committed by
Juan Picado @jotadeveloper
parent
f61913c2d3
commit
2e50981514
@@ -20,7 +20,6 @@ import {
|
||||
IconButton,
|
||||
OverviewItem,
|
||||
PackageList,
|
||||
PackageListItem,
|
||||
PackageListItemText,
|
||||
PackageTitle,
|
||||
Published,
|
||||
@@ -174,13 +173,13 @@ const Package: React.FC<PackageInterface> = ({
|
||||
return (
|
||||
<PackageList className={'package'}>
|
||||
<ListItem alignItems={'flex-start'}>{renderPackageListItemText()}</ListItem>
|
||||
<PackageListItem alignItems={'flex-start'} button={true}>
|
||||
<ListItem alignItems={'flex-start'}>
|
||||
{renderAuthorInfo()}
|
||||
{renderVersionInfo()}
|
||||
{renderPublishedInfo()}
|
||||
{renderFileSize()}
|
||||
{renderLicenseInfo()}
|
||||
</PackageListItem>
|
||||
</ListItem>
|
||||
</PackageList>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user