@ -75,7 +75,7 @@ class ContentBanner extends StatelessWidget {
child: FloatingActionButton(
mini: true,
backgroundColor: Theme.of(context).primaryColor,
child: Icon(Icons.file_upload),
child: Icon(Icons.camera_alt),
onPressed: onEdit,
),
@ -600,7 +600,7 @@ class _ChatState extends State<_Chat> {
backgroundColor:
Colors.purple,
foregroundColor: Colors.white,
child: Icon(Icons.camera),
title: Text(I18n.of(context)
.openCamera),