feature/searchbar #11

Merged
v4l3n71n merged 14 commits from feature/searchbar into main 2024-11-08 16:55:15 +00:00
Showing only changes of commit c43eb789b1 - Show all commits

View File

@ -171,7 +171,7 @@ class _MyHomePageState extends State<ListItemMenu> {
onPressed: popCamera, onPressed: popCamera,
backgroundColor: Colors.blue, backgroundColor: Colors.blue,
tooltip: 'Recherche', tooltip: 'Recherche',
child: const Icon(Icons.search, color: Colors.white), child: const Icon(Icons.camera_alt, color: Colors.white),
), ),
); );
} }