From c43eb789b1f2cb0cd6eabe01582f21ae7446b436 Mon Sep 17 00:00:00 2001 From: Valentin CZERYBA Date: Wed, 23 Oct 2024 23:56:04 +0200 Subject: [PATCH] fix icons camera --- covas_mobile/lib/pages/ListItemMenu.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/covas_mobile/lib/pages/ListItemMenu.dart b/covas_mobile/lib/pages/ListItemMenu.dart index c46371c..6de0eec 100644 --- a/covas_mobile/lib/pages/ListItemMenu.dart +++ b/covas_mobile/lib/pages/ListItemMenu.dart @@ -171,7 +171,7 @@ class _MyHomePageState extends State { onPressed: popCamera, backgroundColor: Colors.blue, tooltip: 'Recherche', - child: const Icon(Icons.search, color: Colors.white), + child: const Icon(Icons.camera_alt, color: Colors.white), ), ); }