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