mod: remove preview gradient bg

This commit is contained in:
bggRGjQaUbCoE
2024-09-18 09:56:07 +08:00
parent 68d72db9b4
commit ade65972e7

View File

@@ -248,17 +248,17 @@ class _ImagePreviewState extends State<ImagePreview>
left: 20, left: 20,
right: 20, right: 20,
bottom: MediaQuery.of(context).padding.bottom + 30), bottom: MediaQuery.of(context).padding.bottom + 30),
decoration: const BoxDecoration( // decoration: const BoxDecoration(
gradient: LinearGradient( // gradient: LinearGradient(
begin: Alignment.topCenter, // begin: Alignment.topCenter,
end: Alignment.bottomCenter, // end: Alignment.bottomCenter,
colors: <Color>[ // colors: <Color>[
Colors.transparent, // Colors.transparent,
Colors.black87, // Colors.black87,
], // ],
tileMode: TileMode.mirror, // tileMode: TileMode.mirror,
), // ),
), // ),
child: Row( child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween, mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [ children: [