From d3f0cb6ef90f781b2df22673db6573585f9b6d0e Mon Sep 17 00:00:00 2001 From: Thiago Carvalho <32248947+thiagocarvalhodev@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:35:21 -0300 Subject: [PATCH] Update drive_explorer_item_tile.dart --- lib/pages/drive_detail/components/drive_explorer_item_tile.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/drive_detail/components/drive_explorer_item_tile.dart b/lib/pages/drive_detail/components/drive_explorer_item_tile.dart index eb02fdb08..8e9a4c50e 100644 --- a/lib/pages/drive_detail/components/drive_explorer_item_tile.dart +++ b/lib/pages/drive_detail/components/drive_explorer_item_tile.dart @@ -533,7 +533,7 @@ class _DriveExplorerItemTileTrailingState }, content: _buildItem( appLocalizationsOf(context).preview, - ArDriveIcons.eyeOpen( + ArDriveIcons.newWindow( size: defaultIconSize, ), ),