[mob][photos] Fix floating button background color
This commit is contained in:
@@ -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)),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user