Remove bottom shadow from home gallery

This commit is contained in:
ashilkn 2023-08-08 18:42:35 +05:30
parent e37e4957ca
commit 24582b3c71

View file

@ -36,7 +36,6 @@ import 'package:photos/states/user_details_state.dart';
import 'package:photos/theme/colors.dart';
import 'package:photos/theme/ente_theme.dart';
import 'package:photos/ui/collections/collection_action_sheet.dart';
import "package:photos/ui/common/bottom_shadow.dart";
import 'package:photos/ui/extents_page_view.dart';
import 'package:photos/ui/home/grant_permissions_widget.dart';
import 'package:photos/ui/home/header_widget.dart';
@ -405,12 +404,6 @@ class _HomeWidgetState extends State<HomeWidget> {
);
},
),
const Align(
alignment: Alignment.bottomCenter,
child: BottomShadowWidget(
offsetDy: 36,
),
),
Align(
alignment: Alignment.bottomCenter,
child: HomeBottomNavigationBar(