Skip to content

Commit

Permalink
fixes review
Browse files Browse the repository at this point in the history
  • Loading branch information
D3bi7 committed Sep 17, 2024
1 parent d569a6b commit 333afde
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lib/ui/list_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 333afde

Please sign in to comment.