Skip to content

Commit

Permalink
update: ui
Browse files Browse the repository at this point in the history
  • Loading branch information
raffyxyz committed Nov 30, 2023
1 parent 8fb0489 commit 5102270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/history/history_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class _HistoryWidgetState extends State<HistoryWidget> {
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,
Expand Down
1 change: 1 addition & 0 deletions lib/widgets/home/result.dart
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ class _ResultState extends State<Result> {
"Download Video",
style: TextStyle(
color: AppColors.backgroundColor,
fontWeight: FontWeight.bold,
),
),
),
Expand Down

0 comments on commit 5102270

Please sign in to comment.