From 6185556b9b475cbc0c9d6fd2d2416aa92100a6ce Mon Sep 17 00:00:00 2001 From: Aman Raj Singh Mourya Date: Tue, 3 Sep 2024 13:21:45 +0530 Subject: [PATCH] [mob][photos] Fix floating button background color --- .../lib/ui/viewer/gallery/collect_photos_bottom_buttons.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)), ),