[mob][photos] Fix floating button background color

This commit is contained in:
Aman Raj Singh Mourya
2024-09-03 13:21:45 +05:30
parent bbaabeef38
commit 6185556b9b

View File

@@ -102,7 +102,8 @@ class _EmptyAlbumStateNewState extends State<CollectPhotosBottomButtons> {
children: [
Container(
decoration: BoxDecoration(
color: getEnteColorScheme(context).backdropBase,
color:
getEnteColorScheme(context).backgroundElevated2,
borderRadius:
const BorderRadius.all(Radius.circular(4)),
),