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(