Fix #18
This commit is contained in:
parent
c3539c8983
commit
a104899dbf
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue