Skip to content

Commit

Permalink
Merge branch 'Predidit:main' into Canary
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuaois authored Jan 13, 2025
2 parents 041e7c6 + 5de676a commit 6d66f46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/bean/card/bangumi_info_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ class _BangumiInfoCardVState extends State<BangumiInfoCardV> {
right: 5,
bottom: 5,
child: Container(
// padding: EdgeInsets.all(padding),
width: 40,
height: 40,
decoration: BoxDecoration(
color: Theme.of(context)
.colorScheme
Expand Down
3 changes: 2 additions & 1 deletion lib/pages/collect/collect_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ class _CollectPageState extends State<CollectPage>
bottom: 5,
child: showDelete
? Container(
// padding: EdgeInsets.all(padding),
width: 40,
height: 40,
decoration: BoxDecoration(
color: Theme.of(context)
.colorScheme
Expand Down

0 comments on commit 6d66f46

Please sign in to comment.