diff --git a/covas_mobile/lib/pages/UpdateEventImage.dart b/covas_mobile/lib/pages/UpdateEventImage.dart index 09ac912..199c0b3 100644 --- a/covas_mobile/lib/pages/UpdateEventImage.dart +++ b/covas_mobile/lib/pages/UpdateEventImage.dart @@ -215,8 +215,7 @@ class _UpdateeventImageState extends State width: 200, height: 150, decoration: BoxDecoration( - color: Colors.red, - borderRadius: BorderRadius.circular(50.0)), + borderRadius: BorderRadius.circular(100.0)), child: Image.file(File(widget.imagePath))), ), ),