diff --git a/lib/src/screens/home/index.dart b/lib/src/screens/home/index.dart index 189d452..d81d40b 100644 --- a/lib/src/screens/home/index.dart +++ b/lib/src/screens/home/index.dart @@ -122,7 +122,10 @@ class _HomeScreenState extends State { alignment: Alignment.bottomCenter, child: Container( height: overscrollBottomAmount + 30, - color: Colors.grey.shade50, + decoration: BoxDecoration( + color: Colors.grey.shade50, + border: Border.all(width: 0, color: Colors.white), + ), ), ), Consumer(