diff --git a/lib/pages/preview/view.dart b/lib/pages/preview/view.dart index e54a63fdd..57d30a615 100644 --- a/lib/pages/preview/view.dart +++ b/lib/pages/preview/view.dart @@ -248,17 +248,17 @@ class _ImagePreviewState extends State left: 20, right: 20, bottom: MediaQuery.of(context).padding.bottom + 30), - decoration: const BoxDecoration( - gradient: LinearGradient( - begin: Alignment.topCenter, - end: Alignment.bottomCenter, - colors: [ - Colors.transparent, - Colors.black87, - ], - tileMode: TileMode.mirror, - ), - ), + // decoration: const BoxDecoration( + // gradient: LinearGradient( + // begin: Alignment.topCenter, + // end: Alignment.bottomCenter, + // colors: [ + // Colors.transparent, + // Colors.black87, + // ], + // tileMode: TileMode.mirror, + // ), + // ), child: Row( mainAxisAlignment: MainAxisAlignment.spaceBetween, children: [