From 51022705443c78768a0f46c72f64b1631322dcf7 Mon Sep 17 00:00:00 2001 From: Raffy Amoguis Date: Thu, 30 Nov 2023 11:00:21 +0800 Subject: [PATCH] update: ui --- lib/widgets/history/history_widget.dart | 2 +- lib/widgets/home/result.dart | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/widgets/history/history_widget.dart b/lib/widgets/history/history_widget.dart index fafce14..56cd5b1 100644 --- a/lib/widgets/history/history_widget.dart +++ b/lib/widgets/history/history_widget.dart @@ -38,7 +38,7 @@ class _HistoryWidgetState extends State { var historyData = currentBox.getAt(box.length - 1 - index)!; return Padding( - padding: const EdgeInsets.only(bottom: 8.0), + padding: const EdgeInsets.only(bottom: 4.0), child: MyCard( cover: historyData.cover, author: historyData.author, diff --git a/lib/widgets/home/result.dart b/lib/widgets/home/result.dart index ba2fee6..3dcb515 100644 --- a/lib/widgets/home/result.dart +++ b/lib/widgets/home/result.dart @@ -130,6 +130,7 @@ class _ResultState extends State { "Download Video", style: TextStyle( color: AppColors.backgroundColor, + fontWeight: FontWeight.bold, ), ), ),