Skip to content

Commit

Permalink
fix phone collect button background is larger than icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ErBWs committed Jan 12, 2025
1 parent 59c7b2d commit fd8530e
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 fd8530e

Please sign in to comment.