From a120cd28a1d6c45ef1fc9db9737ea68cbd3f2276 Mon Sep 17 00:00:00 2001 From: Valentin CZERYBA Date: Sun, 1 Sep 2024 23:03:18 +0200 Subject: [PATCH] remove red border --- covas_mobile/lib/pages/UpdateEventImage.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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))), ), ),