fix: file list item icon alignment (#1039)

This commit is contained in:
Aman Harwara
2022-05-23 16:47:14 +05:30
committed by GitHub
parent 509bd506b5
commit 51248f2588
4 changed files with 6 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ export const FileListItem: FunctionComponent<DisplayableListItemProps> = observe
}}
>
{!hideIcon ? (
<div className="flex flex-col items-center justify-between p-4 pr-3 mr-0">
<div className="flex flex-col items-center justify-between p-4.5 pr-3 mr-0">
<IconComponent />
</div>
) : (