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, ), ), ),