From e9da2e8d6b161bc5dca7ed4ca3f87a5cf1389a37 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Mon, 7 Apr 2025 13:47:28 +0800 Subject: [PATCH] opt: save reply page Signed-off-by: bggRGjQaUbCoE --- lib/pages/video/detail/reply/widgets/reply_save.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/pages/video/detail/reply/widgets/reply_save.dart b/lib/pages/video/detail/reply/widgets/reply_save.dart index 043f7d2b2..8ae8997c9 100644 --- a/lib/pages/video/detail/reply/widgets/reply_save.dart +++ b/lib/pages/video/detail/reply/widgets/reply_save.dart @@ -350,15 +350,15 @@ class _ReplySavePanelState extends State { child: Container( decoration: BoxDecoration( gradient: LinearGradient( - begin: Alignment.bottomCenter, - end: Alignment.topCenter, + begin: Alignment.topCenter, + end: Alignment.bottomCenter, colors: [ - Colors.black87, Colors.transparent, + Colors.black54, ], ), ), - padding: const EdgeInsets.only(bottom: 25), + padding: const EdgeInsets.only(bottom: 25, top: 10), child: SafeArea( top: false, child: Row(