Skip to content
Snippets Groups Projects
Commit c4049625 authored by Thi Huyen Trang Nguyen's avatar Thi Huyen Trang Nguyen
Browse files

KAT-51: Changed camera icon to photo icon and enlarged the SizedBox

parent 23ea0f44
No related branches found
No related tags found
No related merge requests found
......@@ -44,13 +44,13 @@ class _CameraAccessState extends State<CameraAccess> {
height: 50,
),
SizedBox(
height: 50,
width: 130,
height: 250,
width: 250,
child: RaisedButton(
child:
Icon(Icons.camera_alt, color: Colors.black, size: 35),
Icon(Icons.photo_library, color: Colors.black, size: 35),
color: Colors.grey,
onPressed: getImage),
onPressed: null),
),
SizedBox(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment