1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-16 16:56:46 +01:00

increase bottom bar opacity to account for hdr

This commit is contained in:
mertalev 2024-11-17 16:17:34 -05:00
parent 7e74b8d1bb
commit 2ab1bbabac
No known key found for this signature in database
GPG key ID: CA85EF6600C9E8AD

View file

@ -336,12 +336,12 @@ class BottomGalleryBar extends ConsumerWidget {
gradient: LinearGradient(
begin: Alignment.bottomCenter,
end: Alignment.topCenter,
colors: [blackOpacity90, Colors.transparent],
colors: [Colors.black, Colors.transparent],
),
),
position: DecorationPosition.background,
child: Padding(
padding: EdgeInsets.only(top: 40.0),
padding: const EdgeInsets.only(top: 40.0),
child: Column(
children: [
if (asset.isVideo) const VideoControls(),