From aec3157efec62a67c264c465c51659de92bfa906 Mon Sep 17 00:00:00 2001 From: Prateek Sunal Date: Thu, 4 Jul 2024 21:05:44 +0530 Subject: [PATCH] chore(mobile): lint fixes --- mobile/lib/ui/viewer/file/file_bottom_bar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/lib/ui/viewer/file/file_bottom_bar.dart b/mobile/lib/ui/viewer/file/file_bottom_bar.dart index 45ba64bc7b..37ebc248e2 100644 --- a/mobile/lib/ui/viewer/file/file_bottom_bar.dart +++ b/mobile/lib/ui/viewer/file/file_bottom_bar.dart @@ -135,7 +135,7 @@ class FileBottomBarState extends State { child: Padding( padding: const EdgeInsets.only(top: 12, bottom: 12), child: IconButton( - icon: Icon( + icon: const Icon( Icons.threesixty, color: Colors.white, ),