diff --git a/assets/icons/file.png b/assets/icons/file.png new file mode 100644 index 0000000..11fca3d Binary files /dev/null and b/assets/icons/file.png differ diff --git a/lib/main.dart b/lib/main.dart index 782b3b2..e094f83 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -420,13 +420,16 @@ class _FilesHomeState extends State { children: [ item.isDirectory ? SizedBox( - height: 24, + width: 30, + height: 30, child: Image.asset( "assets/icons/folder.png"), ) - : Icon( - Icons.insert_drive_file, - size: 24, + : SizedBox( + width: 30, + height: 30, + child: Image.asset( + "assets/icons/file.png"), ), SizedBox(width: 16), ConstrainedBox(