From 3247f90181875ab78661cff55de6ce87063969a1 Mon Sep 17 00:00:00 2001 From: Valentin CZERYBA Date: Thu, 18 Jul 2024 21:04:50 +0200 Subject: [PATCH] change color and icons for second button --- covas_mobile/lib/pages/Camera.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/covas_mobile/lib/pages/Camera.dart b/covas_mobile/lib/pages/Camera.dart index d0922e2..f5959e7 100644 --- a/covas_mobile/lib/pages/Camera.dart +++ b/covas_mobile/lib/pages/Camera.dart @@ -95,9 +95,8 @@ class CameraState extends State { mainAxisAlignment: MainAxisAlignment.center, children: [ FloatingActionButton( - backgroundColor: Colors.green, onPressed: () => {}, - child: Icon(Icons.play_arrow), + child: Icon(Icons.photo_library), ), SizedBox(width: 40), FloatingActionButton(