Skip to content

Commit

Permalink
solved thumbnail box bottom overflown by 13 pixel error in overview_s…
Browse files Browse the repository at this point in the history
…creen.dart
  • Loading branch information
Raviramnani1 committed Jul 30, 2024
1 parent 678211e commit 7c68564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evently/lib/screens/overview_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class _OverViewScreenState extends State<OverViewScreen> {
onTap: () => provider.pickThumbnail(),
child: Container(
width: double.infinity,
height: 180,
height: 200,
padding: EdgeInsets.symmetric(vertical: 20.w),
child: Column(
children: [
Expand Down

0 comments on commit 7c68564

Please sign in to comment.