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(