This commit is contained in:
Christian Pauly 2020-02-16 13:57:51 +01:00
parent c3539c8983
commit a104899dbf
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ class ContentBanner extends StatelessWidget {
child: FloatingActionButton( child: FloatingActionButton(
mini: true, mini: true,
backgroundColor: Theme.of(context).primaryColor, backgroundColor: Theme.of(context).primaryColor,
child: Icon(Icons.file_upload), child: Icon(Icons.camera_alt),
onPressed: onEdit, onPressed: onEdit,
), ),
), ),

View File

@ -600,7 +600,7 @@ class _ChatState extends State<_Chat> {
backgroundColor: backgroundColor:
Colors.purple, Colors.purple,
foregroundColor: Colors.white, foregroundColor: Colors.white,
child: Icon(Icons.camera), child: Icon(Icons.camera_alt),
), ),
title: Text(I18n.of(context) title: Text(I18n.of(context)
.openCamera), .openCamera),