mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-12 18:52:39 +01:00
Fix #18
This commit is contained in:
parent
c3539c8983
commit
a104899dbf
@ -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,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
@ -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),
|
||||||
|
Loading…
Reference in New Issue
Block a user