From 333afde6588e8e17a86e759e06916e4e88de84aa Mon Sep 17 00:00:00 2001 From: Adam Stolarczyk Date: Wed, 18 Sep 2024 00:24:22 +0200 Subject: [PATCH] fixes review --- lib/ui/list_item.dart | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lib/ui/list_item.dart b/lib/ui/list_item.dart index 7763e47..9cf4759 100644 --- a/lib/ui/list_item.dart +++ b/lib/ui/list_item.dart @@ -39,13 +39,7 @@ class ResultListItem extends StatelessWidget { topLeft: Radius.circular(20), bottomLeft: Radius.circular(20), ), - boxShadow: [ - BoxShadow( - color: Colors.black, - offset: Offset(2, 2), - blurRadius: 4, - ), - ], + ), alignment: Alignment.center, child: Column(