Skip to content

Commit

Permalink
Added text alignment to bangumi card
Browse files Browse the repository at this point in the history
  • Loading branch information
garylkz committed Feb 2, 2025
1 parent d846618 commit 08cf041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/bean/card/bangumi_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class BangumiCardV extends StatelessWidget {
Modular.to.pushNamed('/info/');
},
child: Column(
crossAxisAlignment: CrossAxisAlignment.stretch,
children: [
ClipRRect(
borderRadius: const BorderRadius.only(
Expand Down

0 comments on commit 08cf041

Please sign in to comment.