diff --git a/mobile/apps/photos/lib/ui/viewer/gallery/gallery.dart b/mobile/apps/photos/lib/ui/viewer/gallery/gallery.dart index d6089eb361..91781538d0 100644 --- a/mobile/apps/photos/lib/ui/viewer/gallery/gallery.dart +++ b/mobile/apps/photos/lib/ui/viewer/gallery/gallery.dart @@ -875,10 +875,10 @@ class _PinnedGroupHeaderState extends State { boxShadow: atZeroScroll ? [] : [ - BoxShadow( - color: Colors.black.withOpacity(0.15), + const BoxShadow( + color: Color(0x26000000), blurRadius: 4, - offset: const Offset(0, 2), + offset: Offset(0, 2), ), ], ),