Fix #18
This commit is contained in:
parent
c3539c8983
commit
a104899dbf
|
@ -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),
|
||||
child: Icon(Icons.camera_alt),
|
||||
),
|
||||
title: Text(I18n.of(context)
|
||||
.openCamera),
|
||||
|
|
Loading…
Reference in a new issue