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:
parent
7e74b8d1bb
commit
2ab1bbabac
1 changed files with 2 additions and 2 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue