Skip to content

Commit

Permalink
Merge pull request #595 from ErBWs/dev
Browse files Browse the repository at this point in the history
fix collect button size
  • Loading branch information
Predidit authored Jan 13, 2025
2 parents de430d6 + fd8530e commit 69a46ef
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 69a46ef

Please sign in to comment.