diff --git a/mobile/lib/ui/viewer/gallery/collect_photos_bottom_buttons.dart b/mobile/lib/ui/viewer/gallery/collect_photos_bottom_buttons.dart index c7f35c0208..481cd365e1 100644 --- a/mobile/lib/ui/viewer/gallery/collect_photos_bottom_buttons.dart +++ b/mobile/lib/ui/viewer/gallery/collect_photos_bottom_buttons.dart @@ -102,7 +102,8 @@ class _EmptyAlbumStateNewState extends State { children: [ Container( decoration: BoxDecoration( - color: getEnteColorScheme(context).backdropBase, + color: + getEnteColorScheme(context).backgroundElevated2, borderRadius: const BorderRadius.all(Radius.circular(4)), ),